mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-29 23:04:06 +00:00
Re-run clang-format with version 18
This commit is contained in:
parent
355a8ab62b
commit
650f19a33c
10 changed files with 70 additions and 135 deletions
|
@ -19,7 +19,7 @@ struct SharedVector
|
|||
/// Creates a new, empty vector.
|
||||
SharedVector()
|
||||
: inner(const_cast<SharedVectorHeader *>(reinterpret_cast<const SharedVectorHeader *>(
|
||||
cbindgen_private::slint_shared_vector_empty())))
|
||||
cbindgen_private::slint_shared_vector_empty())))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue