aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/gnumakeparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/gnumakeparser.cpp')
-rw-r--r--src/plugins/projectexplorer/gnumakeparser.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/gnumakeparser.cpp b/src/plugins/projectexplorer/gnumakeparser.cpp
index 735d3496363..8ceb519e274 100644
--- a/src/plugins/projectexplorer/gnumakeparser.cpp
+++ b/src/plugins/projectexplorer/gnumakeparser.cpp
@@ -265,10 +265,10 @@ void ProjectExplorerPlugin::testGnuMakeParserParsing_data()
<< QString() << QString()
<< QList<Task>()
<< QString()
- << QStringList({ "/home/code/build/qt/examples/opengl/grabber",
- "/home/code/build/qt/examples/opengl/grabber", "/test/dir" });
+ << QStringList({"/home/code/build/qt/examples/opengl/grabber",
+ "/home/code/build/qt/examples/opengl/grabber", "/test/dir"});
QTest::newRow("leaving directory")
- << QStringList({ "/home/code/build/qt/examples/opengl/grabber", "/test/dir" })
+ << QStringList({"/home/code/build/qt/examples/opengl/grabber", "/test/dir"})
<< QString::fromLatin1("make[4]: Leaving directory `/home/code/build/qt/examples/opengl/grabber'")
<< OutputParserTester::STDOUT
<< QString() << QString()