forked from qt-creator/qt-creator
Remove spaces in initializer lists
Format initializer lists code style like. Change-Id: Ib82c235e4ba7dc75ee96a7abc0c47eff7b0a9013 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -133,8 +133,8 @@ void ValgrindMemcheckParserTest::initTest(const QString &testfile, const QString
|
||||
|
||||
m_process->start(
|
||||
fakeValgrind,
|
||||
QStringList({ QString("--xml-socket=127.0.0.1:%1").arg(m_server->serverPort()), "-i",
|
||||
dataFile(testfile)}) << otherArgs);
|
||||
QStringList({QString("--xml-socket=127.0.0.1:%1").arg(m_server->serverPort()), "-i",
|
||||
dataFile(testfile)}) << otherArgs);
|
||||
|
||||
QVERIFY(m_process->waitForStarted(5000));
|
||||
QCOMPARE(m_process->state(), QProcess::Running);
|
||||
|
||||
Reference in New Issue
Block a user