瀏覽代碼

STYLE: Fixed line length.

Brad King 19 年之前
父節點
當前提交
c3a22c011d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Source/cmMakefileLibraryTargetGenerator.cxx

+ 2 - 1
Source/cmMakefileLibraryTargetGenerator.cxx

@@ -358,7 +358,8 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules
     std::string cleanFullSharedRealName = outpath + cleanSharedRealName;
     std::string cleanFullImportName = outpath + cleanImportName;
     libCleanFiles.push_back
-      (this->Convert(cleanFullStaticName.c_str(),cmLocalGenerator::START_OUTPUT,
+      (this->Convert(cleanFullStaticName.c_str(),
+                     cmLocalGenerator::START_OUTPUT,
                      cmLocalGenerator::UNCHANGED));
     if(cleanSharedRealName != cleanStaticName)
       {