diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-01-18 20:55:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-02-21 20:33:31 (GMT) |
commit | 628f36514070037dd3dc4f09c61c4df8688e3a2b (patch) | |
tree | 50ddfc93087331b435ce429863e44020d95afe3a /Source/cmBootstrapCommands.cxx | |
parent | b2838626ddb451fbbffe0de5990d309696b28dfc (diff) | |
download | CMake-628f36514070037dd3dc4f09c61c4df8688e3a2b.zip CMake-628f36514070037dd3dc4f09c61c4df8688e3a2b.tar.gz CMake-628f36514070037dd3dc4f09c61c4df8688e3a2b.tar.bz2 |
-remove trailing whitespace
Alex
Diffstat (limited to 'Source/cmBootstrapCommands.cxx')
-rw-r--r-- | Source/cmBootstrapCommands.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmBootstrapCommands.cxx b/Source/cmBootstrapCommands.cxx index 554f452..cb5dc4c 100644 --- a/Source/cmBootstrapCommands.cxx +++ b/Source/cmBootstrapCommands.cxx @@ -12,7 +12,7 @@ // This file is used to compile all the commands // that CMake knows about at compile time. // This is sort of a boot strapping approach since you would -// like to have CMake to build CMake. +// like to have CMake to build CMake. #include "cmCommands.h" #include "cmAddCustomCommandCommand.cxx" #include "cmAddCustomTargetCommand.cxx" @@ -111,7 +111,7 @@ void GetBootstrapCommands(std::list<cmCommand*>& commands) commands.push_back(new cmDefinePropertyCommand); commands.push_back(new cmElseCommand); commands.push_back(new cmEnableLanguageCommand); - commands.push_back(new cmEnableTestingCommand); + commands.push_back(new cmEnableTestingCommand); commands.push_back(new cmEndForEachCommand); commands.push_back(new cmEndFunctionCommand); commands.push_back(new cmEndIfCommand); |