summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-01-15 17:12:56 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-01-15 17:12:56 (GMT)
commitcc2364f55902e8c1d8ba11a9f904c9ebce8e5a14 (patch)
treecff28e7618cf4f82395d683bee9802cb8cf81a16 /Source/cmLocalVisualStudio7Generator.cxx
parentdf6d0ab8b91a95aea3a15a83ec173fbd10d3c1a2 (diff)
downloadCMake-cc2364f55902e8c1d8ba11a9f904c9ebce8e5a14.zip
CMake-cc2364f55902e8c1d8ba11a9f904c9ebce8e5a14.tar.gz
CMake-cc2364f55902e8c1d8ba11a9f904c9ebce8e5a14.tar.bz2
STYLE: fix link lenght issue
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index 66e4a74..95bd539 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -627,11 +627,13 @@ void cmLocalVisualStudio7Generator::WriteConfiguration(std::ostream& fout,
fout << "\t\t</Configuration>\n";
}
void cmLocalVisualStudio7Generator::ReplaceFlagSetMap(std::string& flags,
- cmVS7FlagTable* flagTable,
+ cmVS7FlagTable*
+ flagTable,
std::map<cmStdString,
cmStdString>& flagMap,
std::string& option,
- std::string::size_type pos)
+ std::string::size_type
+ pos)
{
std::string value = flagTable->value;
if(strcmp(flagTable->comment, "USER_VALUE") == 0)