ソースを参照

STYLE: fix line length

Bill Hoffman 19 年 前
コミット
fd799a5d0e
1 ファイル変更2 行追加1 行削除
  1. 2 1
      Source/cmLocalVisualStudio7Generator.cxx

+ 2 - 1
Source/cmLocalVisualStudio7Generator.cxx

@@ -1661,7 +1661,8 @@ void cmLocalVisualStudio7Generator::ConfigureFinalPass()
       cmCustomCommand cc = l->second.GetPostBuildCommands()[0];
       const cmCustomCommandLines& cmds = cc.GetCommandLines();
       std::string project_name = cmds[0][0];
-      this->ReadAndStoreExternalGUID(project_name.c_str(), cmds[0][1].c_str());
+      this->ReadAndStoreExternalGUID(project_name.c_str(),
+                                     cmds[0][1].c_str());
       }
     else
       {