From afdea030feb51d93de7f363f507da11f069efc18 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 18 May 2001 15:23:38 -0400 Subject: minor whitespace change --- Source/cmSystemTools.h | 3 +-- 1 file changed, 1 insertion(+), 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(); -- cgit v0.12