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,11 +5,13 @@
//! \file
//! \ingroup testmisc
#include "misc/iconlist.h"
#include "test.h"
#include <QString>
#include <QTest>
#include "test.h"
#include "misc/iconlist.h"
using namespace swift::misc;
namespace MiscTest
@@ -43,7 +45,7 @@ namespace MiscTest
c++;
}
}
} // namespace
} // namespace MiscTest
//! main
SWIFTTEST_MAIN(MiscTest::CTestIcon);