summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-10 11:56:11 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-10 11:56:11 (GMT)
commit01a27cb5b4141f70207627408e2a8329aba8cbcb (patch)
treec0ea521475e291fd0e7ae5c28066932d8d0028c5 /Source/cmLocalVisualStudio6Generator.cxx
parentba037af74fced3db28ecb82e7666afc06fe59395 (diff)
downloadCMake-01a27cb5b4141f70207627408e2a8329aba8cbcb.zip
CMake-01a27cb5b4141f70207627408e2a8329aba8cbcb.tar.gz
CMake-01a27cb5b4141f70207627408e2a8329aba8cbcb.tar.bz2
STYLE: Fix line-too-long.
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index bf8acac..6a24b01 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/Source/cmLocalVisualStudio6Generator.cxx
@@ -1200,8 +1200,10 @@ void cmLocalVisualStudio6Generator
{
std::string fullPathImpDebug = target.GetDirectory("Debug", true);
std::string fullPathImpRelease = target.GetDirectory("Release", true);
- std::string fullPathImpMinSizeRel = target.GetDirectory("MinSizeRel", true);
- std::string fullPathImpRelWithDebInfo = target.GetDirectory("RelWithDebInfo", true);
+ std::string fullPathImpMinSizeRel =
+ target.GetDirectory("MinSizeRel", true);
+ std::string fullPathImpRelWithDebInfo =
+ target.GetDirectory("RelWithDebInfo", true);
fullPathImpDebug += "/";
fullPathImpRelease += "/";
fullPathImpMinSizeRel += "/";