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,8 +6,8 @@
#ifndef SWIFT_GUI_MODELS_SIMULATEDAIRCRAFTLISTMODEL_H
#define SWIFT_GUI_MODELS_SIMULATEDAIRCRAFTLISTMODEL_H
#include "gui/swiftguiexport.h"
#include "gui/models/listmodelcallsignobjects.h"
#include "gui/swiftguiexport.h"
#include "misc/simulation/simulatedaircraftlist.h"
namespace swift::misc::simulation
@@ -43,5 +43,5 @@ namespace swift::gui::models
private:
AircraftMode m_mode = NotSet;
};
} // ns
} // namespace swift::gui::models
#endif // guard