瀏覽代碼

minor whitespace change

Ken Martin 24 年之前
父節點
當前提交
afdea030fe
共有 1 個文件被更改,包括 1 次插入2 次删除
  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();