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

@@ -6,10 +6,10 @@
#ifndef SWIFT_CORE_COREFACADECONFIG_H
#define SWIFT_CORE_COREFACADECONFIG_H
#include "core/swiftcoreexport.h"
#include <QString>
#include "core/swiftcoreexport.h"
namespace swift::core
{
//! Helper to correctly run a context
@@ -98,5 +98,5 @@ namespace swift::core
//! Predefined, all empty configs (normally used when the real config can only be determined later)
static CCoreFacadeConfig allEmpty();
};
}
} // namespace swift::core
#endif // guard