summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenericGenerator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-11 15:49:18 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-11 15:49:18 (GMT)
commitcd5535ee9ce29dc90ace2e3da119c858fe92283d (patch)
tree0dd1090bee2937f6f9d7e406445a1aabef1c2cec /Source/CPack/cmCPackGenericGenerator.h
parentbee7c788fed9e8af2f866c2577773e3edbce6653 (diff)
downloadCMake-cd5535ee9ce29dc90ace2e3da119c858fe92283d.zip
CMake-cd5535ee9ce29dc90ace2e3da119c858fe92283d.tar.gz
CMake-cd5535ee9ce29dc90ace2e3da119c858fe92283d.tar.bz2
STYLE: Fix kwstyle issues
Diffstat (limited to 'Source/CPack/cmCPackGenericGenerator.h')
-rw-r--r--Source/CPack/cmCPackGenericGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackGenericGenerator.h b/Source/CPack/cmCPackGenericGenerator.h
index 27d5098..6ff9cda 100644
--- a/Source/CPack/cmCPackGenericGenerator.h
+++ b/Source/CPack/cmCPackGenericGenerator.h
@@ -103,7 +103,8 @@ protected:
virtual const char* GetTemporaryInstallDirectoryPostfix() { return ""; }
virtual std::string FindTemplate(const char* name);
- virtual bool ConfigureFile(const char* inName, const char* outName, bool copyOnly = false);
+ virtual bool ConfigureFile(const char* inName, const char* outName,
+ bool copyOnly = false);
virtual bool ConfigureString(const std::string& input, std::string& output);
virtual int InitializeInternal();