[cmake-commits] alex committed cmLocalGenerator.cxx 1.234 1.235

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 21 16:22:57 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv30837

Modified Files:
	cmLocalGenerator.cxx 
Log Message:

STYLE: more space in the cmake_install.cmake script (easier to read)

Alex


Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -d -r1.234 -r1.235
--- cmLocalGenerator.cxx	1 Aug 2007 19:25:40 -0000	1.234
+++ cmLocalGenerator.cxx	21 Aug 2007 20:22:55 -0000	1.235
@@ -463,7 +463,7 @@
         }
       }
     fout << "\n";
-    fout << "ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)\n";
+    fout << "ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)\n\n";
     }
 
   // Record the install manifest.
@@ -475,7 +475,7 @@
       "${CMAKE_INSTALL_COMPONENT}.txt\")\n"
       "ELSE(CMAKE_INSTALL_COMPONENT)\n"
       "  SET(CMAKE_INSTALL_MANIFEST \"install_manifest.txt\")\n"
-      "ENDIF(CMAKE_INSTALL_COMPONENT)\n";
+      "ENDIF(CMAKE_INSTALL_COMPONENT)\n\n";
     fout
       << "FILE(WRITE \""
       << homedir.c_str() << "/${CMAKE_INSTALL_MANIFEST}\" "



More information about the Cmake-commits mailing list