From d48ab19efe2daa4313e8bdcd626ffd556cb80fc3 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 23 Nov 2007 14:53:06 -0500 Subject: [PATCH] STYLE: Fixed line-too-long. --- Source/cmMakefileTargetGenerator.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx index 549bd7955..70075b186 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; {