diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-18 19:23:38 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-18 19:23:38 (GMT) |
commit | afdea030feb51d93de7f363f507da11f069efc18 (patch) | |
tree | 3dd8647cb529873137ef87d587d9542ad1cb4306 /Source/cmSystemTools.h | |
parent | 0df1da0ebaa0c01d75bc8201ba0c5b682f43ff90 (diff) | |
download | CMake-afdea030feb51d93de7f363f507da11f069efc18.zip CMake-afdea030feb51d93de7f363f507da11f069efc18.tar.gz CMake-afdea030feb51d93de7f363f507da11f069efc18.tar.bz2 |
minor whitespace change
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index abbaff9..1d5c533 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -191,8 +191,7 @@ public: * A temporary file is created in the binaryDir for storing the * output because windows does not have popen. */ - static bool RunCommand(const char* command, - std::string& output); + static bool RunCommand(const char* command, std::string& output); ///! Generate a temporary file name static std::string TemporaryFileName(); |