mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
ENH: fix line length
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user