mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
refactor: clang-format
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
//! \file
|
||||
|
||||
#include "misc/propertyindexref.h"
|
||||
#include "misc/verify.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
#include "misc/verify.h"
|
||||
|
||||
namespace swift::misc
|
||||
{
|
||||
CPropertyIndexRef::CPropertyIndexRef(int index) : m_begin(nullptr),
|
||||
@@ -70,4 +72,4 @@ namespace swift::misc
|
||||
}
|
||||
return s;
|
||||
}
|
||||
}
|
||||
} // namespace swift::misc
|
||||
|
||||
Reference in New Issue
Block a user