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

@@ -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