Browse Source

ENH: fix line length

Ken Martin 19 years ago
parent
commit
f9eb5cf768
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Source/cmLocalVisualStudio7Generator.cxx

+ 2 - 1
Source/cmLocalVisualStudio7Generator.cxx

@@ -1184,7 +1184,8 @@ void cmLocalVisualStudio7Generator
                   cmStdString>::iterator m = fileFlagMap.begin();
                 m != fileFlagMap.end(); ++m)
               {
-              fout << "\t\t\t\t\t" << m->first << "=\"" << m->second << "\"\n";
+              fout << "\t\t\t\t\t" << m->first << "=\"" 
+                   << m->second << "\"\n";
               }
             }
           if(additionalDeps.length())