STYLE: Cleanup trailing spaces

This commit is contained in:
Andy Cedilnik 2006-03-10 12:47:17 -05:00
parent 5fe4a9dcef
commit f01afc89f5
1 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@
Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
@ -50,7 +50,7 @@ int cmCPackPackageMakerGenerator::CompressFiles(const char* outFileName,
resDir += "/Resources"; resDir += "/Resources";
std::string preflightDirName = resDir + "/PreFlight"; std::string preflightDirName = resDir + "/PreFlight";
std::string postflightDirName = resDir + "/PostFlight"; std::string postflightDirName = resDir + "/PostFlight";
if ( !cmsys::SystemTools::MakeDirectory(preflightDirName.c_str()) if ( !cmsys::SystemTools::MakeDirectory(preflightDirName.c_str())
|| !cmsys::SystemTools::MakeDirectory(postflightDirName.c_str()) ) || !cmsys::SystemTools::MakeDirectory(postflightDirName.c_str()) )
{ {
@ -63,7 +63,7 @@ int cmCPackPackageMakerGenerator::CompressFiles(const char* outFileName,
if ( !this->CopyCreateResourceFile("License") if ( !this->CopyCreateResourceFile("License")
|| !this->CopyCreateResourceFile("ReadMe") || !this->CopyCreateResourceFile("ReadMe")
|| !this->CopyCreateResourceFile("Welcome") || !this->CopyCreateResourceFile("Welcome")
|| !this->CopyResourcePlistFile("Info.plist") || !this->CopyResourcePlistFile("Info.plist")
|| !this->CopyResourcePlistFile("Description.plist") ) || !this->CopyResourcePlistFile("Description.plist") )
{ {