summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();