From 605d8871bb2a8d3cd2798538db95a45ff8df5ef2 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 31 Oct 2006 06:43:18 -0500 Subject: [PATCH] STYLE: Fix kwstyle --- Source/cmInstallTargetGenerator.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmInstallTargetGenerator.cxx b/Source/cmInstallTargetGenerator.cxx index 19a0fd2aa..6b734338b 100644 --- a/Source/cmInstallTargetGenerator.cxx +++ b/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); } //----------------------------------------------------------------------------