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,10 @@
//! \file
//! \ingroup testswiftgui
#include "gui/guiutility.h"
#include "test.h"
#include "gui/guiutility.h"
using namespace swift::gui;
namespace SwiftGuiTest
@@ -28,7 +29,7 @@ namespace SwiftGuiTest
QVERIFY2(CGuiUtility::lenientTitleComparison("foo&", "&Foo"), "wrong title match");
QVERIFY2(!CGuiUtility::lenientTitleComparison("foo", "bar"), "wrong title mismatch");
}
} // ns
} // namespace SwiftGuiTest
//! main
SWIFTTEST_APPLESS_MAIN(SwiftGuiTest::CTestGuiUtility);

View File

@@ -16,7 +16,7 @@
namespace SwiftGuiTest
{
} // namespace
} // namespace SwiftGuiTest
//! \endcond