From 01a27cb5b4141f70207627408e2a8329aba8cbcb Mon Sep 17 00:00:00 2001 From: Brad King Date: Sat, 10 Mar 2007 06:56:11 -0500 Subject: STYLE: Fix line-too-long. --- Source/cmLocalVisualStudio6Generator.cxx | 6 ++++-- 1 file 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 += "/"; -- cgit v0.12