diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-31 11:43:18 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-31 11:43:18 (GMT) |
commit | 605d8871bb2a8d3cd2798538db95a45ff8df5ef2 (patch) | |
tree | b9023873ace6d509dcd5ab9aece077e49ad9abf9 /Source/cmInstallTargetGenerator.cxx | |
parent | 7ded253013b60f7c36b65e0346c658b88f6cffd3 (diff) | |
download | CMake-605d8871bb2a8d3cd2798538db95a45ff8df5ef2.zip CMake-605d8871bb2a8d3cd2798538db95a45ff8df5ef2.tar.gz CMake-605d8871bb2a8d3cd2798538db95a45ff8df5ef2.tar.bz2 |
STYLE: Fix kwstyle
Diffstat (limited to 'Source/cmInstallTargetGenerator.cxx')
-rw-r--r-- | Source/cmInstallTargetGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmInstallTargetGenerator.cxx b/Source/cmInstallTargetGenerator.cxx index 19a0fd2..6b73433 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); } //---------------------------------------------------------------------------- |