mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: clang-format
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
namespace SwiftGuiTest
|
||||
{
|
||||
|
||||
} // namespace
|
||||
} // namespace SwiftGuiTest
|
||||
|
||||
//! \endcond
|
||||
|
||||
|
||||
Reference in New Issue
Block a user