mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: clang format line length
This commit is contained in:
@@ -46,10 +46,7 @@ namespace swiftcoretest
|
||||
void pingServer();
|
||||
};
|
||||
|
||||
void CTestConnectivity::initTestCase()
|
||||
{
|
||||
QVERIFY2(sApp, "sApp not available");
|
||||
}
|
||||
void CTestConnectivity::initTestCase() { QVERIFY2(sApp, "sApp not available"); }
|
||||
|
||||
void CTestConnectivity::checkSetupReader()
|
||||
{
|
||||
@@ -102,10 +99,7 @@ int main(int argc, char *argv[])
|
||||
const bool setup = a.parseCommandLineArgsAndLoadSetup();
|
||||
if (!setup) { qWarning() << "No setup loaded"; }
|
||||
int r = EXIT_FAILURE;
|
||||
if (a.start())
|
||||
{
|
||||
r = QTest::qExec(&to, args);
|
||||
}
|
||||
if (a.start()) { r = QTest::qExec(&to, args); }
|
||||
a.gracefulShutdown();
|
||||
return r;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user