summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-09-10 18:42:09 (GMT)
committerBrad King <brad.king@kitware.com>2010-09-10 18:42:09 (GMT)
commit9d21281b7d4c1cec9071489a8f0a6fe19fb7ad2c (patch)
treeaae8d7e8ec4e5d0d379766478ba4ddf15467f7ff /Source/cmGlobalVisualStudio8Generator.cxx
parent86025d3a38fb2dd6409e713b4633bf782975d5c3 (diff)
downloadCMake-9d21281b7d4c1cec9071489a8f0a6fe19fb7ad2c.zip
CMake-9d21281b7d4c1cec9071489a8f0a6fe19fb7ad2c.tar.gz
CMake-9d21281b7d4c1cec9071489a8f0a6fe19fb7ad2c.tar.bz2
Fix line-too-long style errors
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index c5c9d5c..7c65c32 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -260,8 +260,8 @@ cmGlobalVisualStudio8Generator
for(std::vector<std::string>::iterator i = this->Configurations.begin();
i != this->Configurations.end(); ++i)
{
- fout << "\t\t" << *i << "|" << this->GetPlatformName() << " = " << *i << "|"
- << this->GetPlatformName() << "\n";
+ fout << "\t\t" << *i << "|" << this->GetPlatformName()
+ << " = " << *i << "|" << this->GetPlatformName() << "\n";
}
fout << "\tEndGlobalSection\n";
}