mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
clang-format tests
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user