summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileExecutableTargetGenerator.cxx
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2012-07-07 17:57:40 (GMT)
committerPeter Kümmel <syntheticpp@gmx.net>2012-07-17 12:03:06 (GMT)
commit3ba74ad9d586816f7c60cc6f527148edf982871c (patch)
tree978902b0690f613ae3cd6304a5f503eb41c1ea4a /Source/cmMakefileExecutableTargetGenerator.cxx
parentaff0029ee3d6be52f9fefc00c2ca416459a38b32 (diff)
downloadCMake-3ba74ad9d586816f7c60cc6f527148edf982871c.zip
CMake-3ba74ad9d586816f7c60cc6f527148edf982871c.tar.gz
CMake-3ba74ad9d586816f7c60cc6f527148edf982871c.tar.bz2
Remove trailing white-spaces.
Diffstat (limited to 'Source/cmMakefileExecutableTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileExecutableTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileExecutableTargetGenerator.cxx b/Source/cmMakefileExecutableTargetGenerator.cxx
index 78278cb..36e366e 100644
--- a/Source/cmMakefileExecutableTargetGenerator.cxx
+++ b/Source/cmMakefileExecutableTargetGenerator.cxx
@@ -129,7 +129,7 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
std::string targetFullPathReal = outpath + targetNameReal;
std::string targetFullPathPDB = outpath + targetNamePDB;
std::string targetFullPathImport = outpathImp + targetNameImport;
- std::string targetOutPathPDB =
+ std::string targetOutPathPDB =
this->Convert(targetFullPathPDB.c_str(),
cmLocalGenerator::NONE,
cmLocalGenerator::SHELL);