Explorar el Código

STYLE: Fix line-too-long.

Brad King hace 19 años
padre
commit
01a27cb5b4
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      Source/cmLocalVisualStudio6Generator.cxx

+ 4 - 2
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 += "/";