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

@@ -15,6 +15,10 @@
# define NOMINMAX
#endif
// clang-format off
#include <memory>
#include <thread>
#include "dbusconnection.h"
#include "dbusdispatcher.h"
#include "dbusserver.h"
@@ -24,8 +28,7 @@
#include "settings.h"
#include "XPLM/XPLMCamera.h"
#include <memory>
#include <thread>
// clang-format on
namespace XSwiftBus
{
@@ -95,6 +98,6 @@ namespace XSwiftBus
static float startServerDeferred(float, float, int, void *refcon);
static float flightLoopCallback(float, float, int, void *refcon);
};
} // ns
} // namespace XSwiftBus
#endif // guard