Explorar o código

STYLE: Fix kwstyle

Andy Cedilnik %!s(int64=19) %!d(string=hai) anos
pai
achega
605d8871bb
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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);
 }
 
 //----------------------------------------------------------------------------