mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refactor: clang-format
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "misc/propertyindex.h"
|
||||
#include "misc/verify.h"
|
||||
|
||||
#include <QStringList>
|
||||
#include <QtGlobal>
|
||||
|
||||
#include "misc/verify.h"
|
||||
|
||||
namespace swift::misc
|
||||
{
|
||||
CPropertyIndex::CPropertyIndex(int singleProperty) : m_indexes { singleProperty }
|
||||
@@ -121,4 +123,4 @@ namespace swift::misc
|
||||
if (this->isEmpty()) { return false; }
|
||||
return this->frontToInt() == index;
|
||||
}
|
||||
} // namespace
|
||||
} // namespace swift::misc
|
||||
|
||||
Reference in New Issue
Block a user