Trailing whitespace...

This commit is contained in:
dt
2011-03-10 13:51:41 +01:00
parent b980a9b964
commit a64b0e0a20

View File

@@ -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());