summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-18 19:23:38 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-18 19:23:38 (GMT)
commitafdea030feb51d93de7f363f507da11f069efc18 (patch)
tree3dd8647cb529873137ef87d587d9542ad1cb4306 /Source
parent0df1da0ebaa0c01d75bc8201ba0c5b682f43ff90 (diff)
downloadCMake-afdea030feb51d93de7f363f507da11f069efc18.zip
CMake-afdea030feb51d93de7f363f507da11f069efc18.tar.gz
CMake-afdea030feb51d93de7f363f507da11f069efc18.tar.bz2
minor whitespace change
Diffstat (limited to 'Source')
-rw-r--r--Source/cmSystemTools.h3
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();