ソースを参照

STYLE: Fix kwstyle

Andy Cedilnik 19 年 前
コミット
605d8871bb
1 ファイル変更2 行追加1 行削除
  1. 2 1
      Source/cmInstallTargetGenerator.cxx

+ 2 - 1
Source/cmInstallTargetGenerator.cxx

@@ -33,7 +33,8 @@ cmInstallTargetGenerator
   Component(component), Optional(optional)
 {
   this->Target->SetHaveInstallRule(true);
-  this->Target->GetMakefile()->GetCMakeInstance()->AddInstallComponent(component);
+  this->Target->GetMakefile()->GetCMakeInstance()->AddInstallComponent(
+    component);
 }
 
 //----------------------------------------------------------------------------