refactor: clang format line length

This commit is contained in:
Lars Toenning
2024-11-16 19:27:30 +01:00
parent c7779e1461
commit 1a0b2a8c5f
1352 changed files with 25994 additions and 26603 deletions

View File

@@ -41,10 +41,7 @@ namespace MiscTest
void signatureSize();
};
void CTestDBus::initTestCase()
{
swift::misc::registerMetadata();
}
void CTestDBus::initTestCase() { swift::misc::registerMetadata(); }
void CTestDBus::marshallUnmarshall()
{
@@ -56,7 +53,8 @@ namespace MiscTest
}
CTestService *testService = CTestService::registerTestService(connection, false, QCoreApplication::instance());
Q_UNUSED(testService);
ITestServiceInterface testServiceInterface(CTestService::InterfaceName(), CTestService::ObjectPath(), connection);
ITestServiceInterface testServiceInterface(CTestService::InterfaceName(), CTestService::ObjectPath(),
connection);
const int errors = ITestServiceInterface::pingTests(testServiceInterface, false);
QVERIFY2(errors == 0, "DBus Ping tests fail");
}