From 7ff741f14db62415cda38cebe92184b1d9d589ca Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 21 Aug 2007 16:22:55 -0400 Subject: STYLE: more space in the cmake_install.cmake script (easier to read) Alex --- Source/cmLocalGenerator.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index c5a836a..87b34a1 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -463,7 +463,7 @@ void cmLocalGenerator::GenerateInstallRules() } } 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 @@ void cmLocalGenerator::GenerateInstallRules() "${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}\" " -- cgit v0.12