summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackNSISGenerator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-08 21:33:39 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-08 21:33:39 (GMT)
commite8affe5cc23ca560f4241362ec0f5d0ad5a6a455 (patch)
tree21554a1b2fc966e0600b3d2d2b3260113b3658d0 /Source/CPack/cmCPackNSISGenerator.h
parent3d44b9a354edacff4b87ccf2a950ec698798591d (diff)
downloadCMake-e8affe5cc23ca560f4241362ec0f5d0ad5a6a455.zip
CMake-e8affe5cc23ca560f4241362ec0f5d0ad5a6a455.tar.gz
CMake-e8affe5cc23ca560f4241362ec0f5d0ad5a6a455.tar.bz2
STYLE: Lots of formating to remove style problems
Diffstat (limited to 'Source/CPack/cmCPackNSISGenerator.h')
-rw-r--r--Source/CPack/cmCPackNSISGenerator.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/CPack/cmCPackNSISGenerator.h b/Source/CPack/cmCPackNSISGenerator.h
index c84347d..3d8b2e5 100644
--- a/Source/CPack/cmCPackNSISGenerator.h
+++ b/Source/CPack/cmCPackNSISGenerator.h
@@ -48,9 +48,8 @@ protected:
virtual const char* GetOutputExtension() { return "exe"; }
virtual const char* GetOutputPostfix() { return "win32"; }
- bool GetListOfSubdirectories(const char* dir, std::vector<std::string>& dirs);
+ bool GetListOfSubdirectories(const char* dir,
+ std::vector<std::string>& dirs);
};
#endif
-
-