Przeglądaj źródła

STYLE: line too long

Bill Hoffman 25 lat temu
rodzic
commit
b92b025226
2 zmienionych plików z 4 dodań i 2 usunięć
  1. 2 1
      Source/cmDSWMakefile.cxx
  2. 2 1
      Source/cmDSWWriter.cxx

+ 2 - 1
Source/cmDSWMakefile.cxx

@@ -130,7 +130,8 @@ void cmDSWMakefile::WriteDSWFile(std::ostream& fout)
     // Get the list of create dsp files names from the cmDSPMakefile, more
     // than one dsp could have been created per input CMakeLists.txt file
     // for each target
-    std::vector<std::string> dspnames = pg->GetDSPMakefile()->GetCreatedProjectNames();
+    std::vector<std::string> dspnames = 
+      pg->GetDSPMakefile()->GetCreatedProjectNames();
     cmTargets &tgts = pg->GetDSPMakefile()->GetMakefile()->GetTargets();
     cmTargets::iterator l = tgts.begin();
     for(std::vector<std::string>::iterator si = dspnames.begin(); 

+ 2 - 1
Source/cmDSWWriter.cxx

@@ -130,7 +130,8 @@ void cmDSWMakefile::WriteDSWFile(std::ostream& fout)
     // Get the list of create dsp files names from the cmDSPMakefile, more
     // than one dsp could have been created per input CMakeLists.txt file
     // for each target
-    std::vector<std::string> dspnames = pg->GetDSPMakefile()->GetCreatedProjectNames();
+    std::vector<std::string> dspnames = 
+      pg->GetDSPMakefile()->GetCreatedProjectNames();
     cmTargets &tgts = pg->GetDSPMakefile()->GetMakefile()->GetTargets();
     cmTargets::iterator l = tgts.begin();
     for(std::vector<std::string>::iterator si = dspnames.begin();