summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-21 20:22:55 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-21 20:22:55 (GMT)
commit7ff741f14db62415cda38cebe92184b1d9d589ca (patch)
tree5e19526f7cd270698f02c38e57fc6890af7f0379 /Source/cmLocalGenerator.cxx
parent9eb4ffcc3f90ee88e5c7fb279b64ac07a9f6b670 (diff)
downloadCMake-7ff741f14db62415cda38cebe92184b1d9d589ca.zip
CMake-7ff741f14db62415cda38cebe92184b1d9d589ca.tar.gz
CMake-7ff741f14db62415cda38cebe92184b1d9d589ca.tar.bz2
STYLE: more space in the cmake_install.cmake script (easier to read)
Alex
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx4
1 files 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}\" "