aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeproject.cpp
diff options
context:
space:
mode:
authordt <[email protected]>2011-03-10 13:51:41 +0100
committerdt <[email protected]>2011-03-10 15:38:26 +0100
commita64b0e0a20c76b3573c5f5b8e63da4b22adc65dd (patch)
treee3d98985684611be97ed46bd246289e0ac4c7b6c /src/plugins/cmakeprojectmanager/cmakeproject.cpp
parentb980a9b9646a89b5b24efeca40926408a71334de (diff)
Trailing whitespace...
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeproject.cpp')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeproject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeproject.cpp b/src/plugins/cmakeprojectmanager/cmakeproject.cpp
index 00d74d8e012..399e83f0c23 100644
--- a/src/plugins/cmakeprojectmanager/cmakeproject.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakeproject.cpp
@@ -285,7 +285,7 @@ bool CMakeProject::parseCMakeLists()
if (!activeBC->toolChain())
return true;
- QStringList allIncludePaths;
+ QStringList allIncludePaths;
// This explicitly adds -I. to the include paths
allIncludePaths.append(projectDirectory());
allIncludePaths.append(cbpparser.includeFiles());