[cmake-commits] king committed cmFindPackageCommand.h 1.14 1.15
cmake-commits at cmake.org
cmake-commits at cmake.org
Sat Dec 15 14:17:24 EST 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv12398/Source
Modified Files:
cmFindPackageCommand.h
Log Message:
STYLE: Removed trailing whitespace.
Index: cmFindPackageCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmFindPackageCommand.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cmFindPackageCommand.h 10 Oct 2007 15:47:43 -0000 1.14
+++ cmFindPackageCommand.h 15 Dec 2007 19:17:21 -0000 1.15
@@ -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.
=========================================================================*/
@@ -30,7 +30,7 @@
/**
* This is a virtual constructor for the command.
*/
- virtual cmCommand* Clone()
+ virtual cmCommand* Clone()
{
return new cmFindPackageCommand;
}
@@ -54,7 +54,7 @@
/**
* Succinct documentation.
*/
- virtual const char* GetTerseDocumentation()
+ virtual const char* GetTerseDocumentation()
{
return "Load settings for an external project.";
}
@@ -90,7 +90,7 @@
"REQUIRED option, or after the COMPONENTS option if no REQUIRED "
"option is given.";
}
-
+
cmTypeMacro(cmFindPackageCommand, cmCommand);
private:
void AppendSuccessInformation(bool quiet);
More information about the Cmake-commits
mailing list