diff options
author | Brad King <brad.king@kitware.com> | 2011-03-11 13:04:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-03-11 13:04:58 (GMT) |
commit | a1711f1c6babfeb0f0618811a21451408eebaab9 (patch) | |
tree | 75dca850eec49ddf6f0c53f74f6869aea8260e94 /Source/CTest/cmCTestTestHandler.h | |
parent | e0d64d5cb159d2de493a1074beef122fbf8ad5b9 (diff) | |
download | CMake-a1711f1c6babfeb0f0618811a21451408eebaab9.zip CMake-a1711f1c6babfeb0f0618811a21451408eebaab9.tar.gz CMake-a1711f1c6babfeb0f0618811a21451408eebaab9.tar.bz2 |
Remove trailing whitespace
Diffstat (limited to 'Source/CTest/cmCTestTestHandler.h')
-rw-r--r-- | Source/CTest/cmCTestTestHandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestTestHandler.h b/Source/CTest/cmCTestTestHandler.h index 7aa8522..2c4b230 100644 --- a/Source/CTest/cmCTestTestHandler.h +++ b/Source/CTest/cmCTestTestHandler.h @@ -126,7 +126,7 @@ public: }; // add configuraitons to a search path for an executable - static void AddConfigurations(cmCTest *ctest, + static void AddConfigurations(cmCTest *ctest, std::vector<std::string> &attempted, std::vector<std::string> &attemptedConfigs, std::string filepath, @@ -205,7 +205,7 @@ private: // compute the lists of tests that will actually run // based on union regex and -I stuff void ComputeTestList(); - + bool GetValue(const char* tag, std::string& value, std::ifstream& fin); |