Quellcode durchsuchen

minor whitespace change

Ken Martin vor 24 Jahren
Ursprung
Commit
afdea030fe
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      Source/cmSystemTools.h

+ 1 - 2
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();