From 12a7125b323fe2d996fd536f2808a94f6e02e438 Mon Sep 17 00:00:00 2001 From: Eric NOULARD Date: Wed, 1 Dec 2010 21:00:38 +0100 Subject: CPack Fix KWStyle error --- Source/CPack/cmCPackArchiveGenerator.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/CPack/cmCPackArchiveGenerator.cxx b/Source/CPack/cmCPackArchiveGenerator.cxx index 8bbf699..ded329d 100644 --- a/Source/CPack/cmCPackArchiveGenerator.cxx +++ b/Source/CPack/cmCPackArchiveGenerator.cxx @@ -232,7 +232,9 @@ int cmCPackArchiveGenerator::PackageFiles() // CASE 1 : COMPONENT ALL-IN-ONE package // If ALL GROUPS or ALL COMPONENTS in ONE package has been requested // then the package file is unique and should be open here. - if (allComponentInOne || (allGroupInOne && (!this->ComponentGroups.empty()))) + if (allComponentInOne || + (allGroupInOne && (!this->ComponentGroups.empty())) + ) { return PackageComponentsAllInOne(allComponentInOne); } -- cgit v0.12