Sfoglia il codice sorgente

STYLE: Fixed line-too-long.

Brad King 18 anni fa
parent
commit
d48ab19efe
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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;
   {