Przeglądaj źródła

STYLE: Fix kwstyle

Andy Cedilnik 19 lat temu
rodzic
commit
605d8871bb
1 zmienionych plików z 2 dodań i 1 usunięć
  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);
 }
 
 //----------------------------------------------------------------------------