refactor: clang-format

This commit is contained in:
Lars Toenning
2024-11-16 11:00:14 +01:00
parent a4a896d82d
commit 97eed9562a
1855 changed files with 10922 additions and 9422 deletions

View File

@@ -6,11 +6,11 @@
#ifndef SWIFT_MISC_ORDERABLE_H
#define SWIFT_MISC_ORDERABLE_H
#include "misc/swiftmiscexport.h"
#include "misc/propertyindexref.h"
#include <QVariant>
#include <QString>
#include <QVariant>
#include "misc/propertyindexref.h"
#include "misc/swiftmiscexport.h"
namespace swift::misc
{
@@ -61,6 +61,6 @@ namespace swift::misc
int m_order = -1; //!< order number
};
} // namespace
} // namespace swift::misc
#endif // guard