summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPack7zGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CPack/cmCPack7zGenerator.cxx')
-rw-r--r--Source/CPack/cmCPack7zGenerator.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/CPack/cmCPack7zGenerator.cxx b/Source/CPack/cmCPack7zGenerator.cxx
index 06bf7e7..b01c216 100644
--- a/Source/CPack/cmCPack7zGenerator.cxx
+++ b/Source/CPack/cmCPack7zGenerator.cxx
@@ -13,8 +13,7 @@
#include "cmCPack7zGenerator.h"
cmCPack7zGenerator::cmCPack7zGenerator()
- :cmCPackArchiveGenerator(cmArchiveWrite::CompressNone,
- "7zip")
+ : cmCPackArchiveGenerator(cmArchiveWrite::CompressNone, "7zip")
{
}