mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
refactor: clang-format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user