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

@@ -2,14 +2,15 @@
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
#include "misc/identifier.h"
#include "misc/comparefunctions.h"
#include "misc/stringutils.h"
#include "misc/propertyindexref.h"
#include <QCoreApplication>
#include <QHostInfo>
#include <QSysInfo>
#include <QStringBuilder>
#include <QSysInfo>
#include "misc/comparefunctions.h"
#include "misc/propertyindexref.h"
#include "misc/stringutils.h"
SWIFT_DEFINE_VALUEOBJECT_MIXINS(swift::misc, CIdentifier)
@@ -278,4 +279,4 @@ namespace swift::misc
CValueObject::setPropertyByIndex(index, variant);
}
} // ns
} // namespace swift::misc