diff options
author | Brad King <brad.king@kitware.com> | 2016-06-07 12:39:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-07 12:41:16 (GMT) |
commit | ff08a80af19530c95db4faa921168fb9ab346047 (patch) | |
tree | 5b54c5cff77f23c9c36776408176b866060d0b51 /Source/CPack/cmCPackPKGGenerator.h | |
parent | 3b2844328c116cba71c71365507f33f98611e3dc (diff) | |
download | CMake-ff08a80af19530c95db4faa921168fb9ab346047.zip CMake-ff08a80af19530c95db4faa921168fb9ab346047.tar.gz CMake-ff08a80af19530c95db4faa921168fb9ab346047.tar.bz2 |
Source/CPack: Run clang-format to fix style
Diffstat (limited to 'Source/CPack/cmCPackPKGGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackPKGGenerator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackPKGGenerator.h b/Source/CPack/cmCPackPKGGenerator.h index 3011f78..20ba94c 100644 --- a/Source/CPack/cmCPackPKGGenerator.h +++ b/Source/CPack/cmCPackPKGGenerator.h @@ -13,7 +13,6 @@ #ifndef cmCPackPKGGenerator_h #define cmCPackPKGGenerator_h - #include "cmCPackGenerator.h" class cmCPackComponent; @@ -97,7 +96,6 @@ protected: // The PostFlight component when creating a metapackage cmCPackComponent PostFlightComponent; - }; #endif |