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

@@ -5,9 +5,11 @@
//! \ingroup samplemiscsim
#include "samplesp3d.h"
#include <QTextStream>
#include "misc/simulation/fscommon/fsdirectories.h"
#include "misc/stringutils.h"
#include <QTextStream>
using namespace swift::misc::simulation::fscommon;
@@ -26,4 +28,4 @@ namespace swift::sample
const QSet<QString> simObjectPaths = CFsDirectories::fsxSimObjectsPaths("B:/fsx.cfg", false);
streamOut << swift::misc::joinStringSet(simObjectPaths, ", ") << Qt::endl;
}
} // namespace
} // namespace swift::sample