summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-11-23 19:53:06 (GMT)
committerBrad King <brad.king@kitware.com>2007-11-23 19:53:06 (GMT)
commitd48ab19efe2daa4313e8bdcd626ffd556cb80fc3 (patch)
treea310ef3a8c3285811219e0226247971948cbd73d /Source/cmMakefileTargetGenerator.cxx
parent67e8012783da07b165261d93636d2523e142c67c (diff)
downloadCMake-d48ab19efe2daa4313e8bdcd626ffd556cb80fc3.zip
CMake-d48ab19efe2daa4313e8bdcd626ffd556cb80fc3.tar.gz
CMake-d48ab19efe2daa4313e8bdcd626ffd556cb80fc3.tar.bz2
STYLE: Fixed line-too-long.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileTargetGenerator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index 549bd79..70075b1 100644
--- a/Source/cmMakefileTargetGenerator.cxx
+++ b/Source/cmMakefileTargetGenerator.cxx
@@ -467,7 +467,8 @@ cmMakefileTargetGenerator
(compileCommands,
this->Makefile->GetStartOutputDirectory(),
this->Makefile->GetHomeOutputDirectory());
- commands.insert(commands.end(), compileCommands.begin(), compileCommands.end());
+ commands.insert(commands.end(),
+ compileCommands.begin(), compileCommands.end());
std::string targetOutPathPDB;
{