summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-12-15 19:17:21 (GMT)
committerBrad King <brad.king@kitware.com>2007-12-15 19:17:21 (GMT)
commit994c88559a57a30c43be720f8bfb56dcbda58e58 (patch)
tree6900395b3b9f46cfbb8045180e7adb359a75ee1e /Source/cmFindPackageCommand.h
parent540a98aa450767a5e8c62e011058f0037b8884af (diff)
downloadCMake-994c88559a57a30c43be720f8bfb56dcbda58e58.zip
CMake-994c88559a57a30c43be720f8bfb56dcbda58e58.tar.gz
CMake-994c88559a57a30c43be720f8bfb56dcbda58e58.tar.bz2
STYLE: Removed trailing whitespace.
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r--Source/cmFindPackageCommand.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h
index ae04f6c..26c6090 100644
--- a/Source/cmFindPackageCommand.h
+++ b/Source/cmFindPackageCommand.h
@@ -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 @@ public:
/**
* This is a virtual constructor for the command.
*/
- virtual cmCommand* Clone()
+ virtual cmCommand* Clone()
{
return new cmFindPackageCommand;
}
@@ -54,7 +54,7 @@ public:
/**
* Succinct documentation.
*/
- virtual const char* GetTerseDocumentation()
+ virtual const char* GetTerseDocumentation()
{
return "Load settings for an external project.";
}
@@ -90,7 +90,7 @@ public:
"REQUIRED option, or after the COMPONENTS option if no REQUIRED "
"option is given.";
}
-
+
cmTypeMacro(cmFindPackageCommand, cmCommand);
private:
void AppendSuccessInformation(bool quiet);