summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-03-11 13:04:58 (GMT)
committerBrad King <brad.king@kitware.com>2011-03-11 13:04:58 (GMT)
commita1711f1c6babfeb0f0618811a21451408eebaab9 (patch)
tree75dca850eec49ddf6f0c53f74f6869aea8260e94 /Source/CTest/cmCTestTestHandler.h
parente0d64d5cb159d2de493a1074beef122fbf8ad5b9 (diff)
downloadCMake-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.h4
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);