STYLE: Fixed line-too-long.

This commit is contained in:
Brad King 2007-11-23 14:53:06 -05:00
parent 67e8012783
commit d48ab19efe
1 changed files with 2 additions and 1 deletions

View File

@ -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;
{