diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-12-14 21:25:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-01-04 12:59:24 (GMT) |
commit | 75a522110d3e142d4c549a072aa3b1b8792cd865 (patch) | |
tree | 5766e0fdca10b766b2c95c6229d0ce4ae0f51af9 /Source/cmIncludeCommand.h | |
parent | b541b1213ac4bf95a186d9fa753ba2566e598d06 (diff) | |
download | CMake-75a522110d3e142d4c549a072aa3b1b8792cd865.zip CMake-75a522110d3e142d4c549a072aa3b1b8792cd865.tar.gz CMake-75a522110d3e142d4c549a072aa3b1b8792cd865.tar.bz2 |
Remove trailing whitespace
Diffstat (limited to 'Source/cmIncludeCommand.h')
-rw-r--r-- | Source/cmIncludeCommand.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/cmIncludeCommand.h b/Source/cmIncludeCommand.h index a215275..8704750 100644 --- a/Source/cmIncludeCommand.h +++ b/Source/cmIncludeCommand.h @@ -15,7 +15,7 @@ #include "cmCommand.h" /** \class cmIncludeCommand - * \brief + * \brief * * cmIncludeCommand defines a list of distant * files that can be "included" in the current list file. @@ -28,7 +28,7 @@ public: /** * This is a virtual constructor for the command. */ - virtual cmCommand* Clone() + virtual cmCommand* Clone() { return new cmIncludeCommand; } @@ -49,15 +49,15 @@ public: * The name of the command as specified in CMakeList.txt. */ virtual const char* GetName() {return "include";} - + /** * Succinct documentation. */ - virtual const char* GetTerseDocumentation() + virtual const char* GetTerseDocumentation() { return "Read CMake listfile code from the given file."; } - + /** * More documentation. */ @@ -79,7 +79,7 @@ public: "NO_POLICY_SCOPE option." ; } - + cmTypeMacro(cmIncludeCommand, cmCommand); }; |