summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGeneratorFactory.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-06-07 12:39:45 (GMT)
committerBrad King <brad.king@kitware.com>2016-06-07 12:41:16 (GMT)
commitff08a80af19530c95db4faa921168fb9ab346047 (patch)
tree5b54c5cff77f23c9c36776408176b866060d0b51 /Source/CPack/cmCPackGeneratorFactory.cxx
parent3b2844328c116cba71c71365507f33f98611e3dc (diff)
downloadCMake-ff08a80af19530c95db4faa921168fb9ab346047.zip
CMake-ff08a80af19530c95db4faa921168fb9ab346047.tar.gz
CMake-ff08a80af19530c95db4faa921168fb9ab346047.tar.bz2
Source/CPack: Run clang-format to fix style
Diffstat (limited to 'Source/CPack/cmCPackGeneratorFactory.cxx')
-rw-r--r--Source/CPack/cmCPackGeneratorFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackGeneratorFactory.cxx b/Source/CPack/cmCPackGeneratorFactory.cxx
index cf072bb..2210835 100644
--- a/Source/CPack/cmCPackGeneratorFactory.cxx
+++ b/Source/CPack/cmCPackGeneratorFactory.cxx
@@ -125,7 +125,7 @@ cmCPackGeneratorFactory::cmCPackGeneratorFactory()
}
if (cmCPackProductBuildGenerator::CanGenerate()) {
this->RegisterGenerator("productbuild", "Mac OSX pkg",
- cmCPackProductBuildGenerator::CreateGenerator);
+ cmCPackProductBuildGenerator::CreateGenerator);
}
#endif
#if !defined(_WIN32) && !defined(__QNXNTO__) && !defined(__BEOS__) && \