소스 검색

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)
       {