Explorar el Código

STYLE: Fixed line-too-long.

Brad King hace 18 años
padre
commit
d48ab19efe
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Source/cmMakefileTargetGenerator.cxx

+ 2 - 1
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;
   {