clang-format tests

This commit is contained in:
Lars Toenning
2023-04-12 21:44:17 +02:00
parent 674710f146
commit ba41d4887b
28 changed files with 266 additions and 238 deletions

View File

@@ -32,7 +32,7 @@ namespace BlackMiscTest
void CTestProcess::processInfo()
{
CProcessInfo invalid;
QVERIFY2(! invalid.exists(), "Invalid process shall not exist");
QVERIFY2(!invalid.exists(), "Invalid process shall not exist");
CProcessInfo current1(CProcessInfo::currentProcess());
CProcessInfo current2(QCoreApplication::applicationPid());