mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
refactor: clang-format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user