Przeglądaj źródła

STYLE: Fixed line-too-long.

Brad King 18 lat temu
rodzic
commit
d48ab19efe
1 zmienionych plików z 2 dodań i 1 usunięć
  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;
   {