summaryrefslogtreecommitdiff
path: root/Source/CPack/cmCPackRPMGenerator.cxx
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2011-04-01 19:21:51 +0200
committerBrad King <brad.king@kitware.com>2011-04-04 14:59:58 -0400
commit9c438240661c68da7c0b09b2d08a1facc4fe1dcc (patch)
tree7996a79fd901f411678bda4c06603c9acd6b4906 /Source/CPack/cmCPackRPMGenerator.cxx
parent64a5e209998f12662a56346f855b1973cbbd0440 (diff)
downloadcmake-9c438240661c68da7c0b09b2d08a1facc4fe1dcc.tar.gz
Fix KWStyle warnings
Diffstat (limited to 'Source/CPack/cmCPackRPMGenerator.cxx')
-rw-r--r--Source/CPack/cmCPackRPMGenerator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackRPMGenerator.cxx b/Source/CPack/cmCPackRPMGenerator.cxx
index 9f55d23cc4..1a6c3bef46 100644
--- a/Source/CPack/cmCPackRPMGenerator.cxx
+++ b/Source/CPack/cmCPackRPMGenerator.cxx
@@ -215,7 +215,8 @@ int cmCPackRPMGenerator::PackageFiles()
// in this case you'll get 1 package for each component.
else
{
- return PackageComponents(componentPackageMethod == ONE_PACKAGE_PER_COMPONENT);
+ return PackageComponents(componentPackageMethod ==
+ ONE_PACKAGE_PER_COMPONENT);
}
}
// CASE 3 : NON COMPONENT package.