summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-10 17:47:17 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-10 17:47:17 (GMT)
commitf01afc89f50e68af3f652437dc350d181fd097b7 (patch)
tree7dfdb35ce519e9e9acd8db83cffff03d2527d245
parent5fe4a9dcef6c6a349b3c0a5f70c94f033e466441 (diff)
downloadCMake-f01afc89f50e68af3f652437dc350d181fd097b7.zip
CMake-f01afc89f50e68af3f652437dc350d181fd097b7.tar.gz
CMake-f01afc89f50e68af3f652437dc350d181fd097b7.tar.bz2
STYLE: Cleanup trailing spaces
-rw-r--r--Source/CPack/cmCPackPackageMakerGenerator.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/CPack/cmCPackPackageMakerGenerator.cxx b/Source/CPack/cmCPackPackageMakerGenerator.cxx
index cd83d5c..0c2e21a 100644
--- a/Source/CPack/cmCPackPackageMakerGenerator.cxx
+++ b/Source/CPack/cmCPackPackageMakerGenerator.cxx
@@ -9,8 +9,8 @@
Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
- This software is distributed WITHOUT ANY WARRANTY; without even
- the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ This software is distributed WITHOUT ANY WARRANTY; without even
+ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
@@ -50,7 +50,7 @@ int cmCPackPackageMakerGenerator::CompressFiles(const char* outFileName,
resDir += "/Resources";
std::string preflightDirName = resDir + "/PreFlight";
std::string postflightDirName = resDir + "/PostFlight";
-
+
if ( !cmsys::SystemTools::MakeDirectory(preflightDirName.c_str())
|| !cmsys::SystemTools::MakeDirectory(postflightDirName.c_str()) )
{
@@ -63,7 +63,7 @@ int cmCPackPackageMakerGenerator::CompressFiles(const char* outFileName,
if ( !this->CopyCreateResourceFile("License")
|| !this->CopyCreateResourceFile("ReadMe")
- || !this->CopyCreateResourceFile("Welcome")
+ || !this->CopyCreateResourceFile("Welcome")
|| !this->CopyResourcePlistFile("Info.plist")
|| !this->CopyResourcePlistFile("Description.plist") )
{