mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 19:49:51 +00:00
ENH: fix line length
This commit is contained in:
parent
7f497ea977
commit
f9eb5cf768
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user