summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackNSISGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-09-15 20:41:41 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2010-09-15 20:41:41 (GMT)
commit390117435ad0595d9fcc9cf4c93f70f7939b8cf6 (patch)
tree164190a7138e342926219c4f2b7ada65bed4309b /Source/CPack/cmCPackNSISGenerator.cxx
parentde7a090847b4e3113209cf518742cbc1988b3fd8 (diff)
downloadCMake-390117435ad0595d9fcc9cf4c93f70f7939b8cf6.zip
CMake-390117435ad0595d9fcc9cf4c93f70f7939b8cf6.tar.gz
CMake-390117435ad0595d9fcc9cf4c93f70f7939b8cf6.tar.bz2
Fix KWStyle line length issues.
Diffstat (limited to 'Source/CPack/cmCPackNSISGenerator.cxx')
-rw-r--r--Source/CPack/cmCPackNSISGenerator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackNSISGenerator.cxx b/Source/CPack/cmCPackNSISGenerator.cxx
index f6f9fbc..d0eda81 100644
--- a/Source/CPack/cmCPackNSISGenerator.cxx
+++ b/Source/CPack/cmCPackNSISGenerator.cxx
@@ -93,7 +93,8 @@ int cmCPackNSISGenerator::PackageFiles()
for ( sit = dirs.begin(); sit != dirs.end(); ++ sit )
{
std::string componentName;
- std::string fileN = cmSystemTools::RelativePath(toplevel.c_str(), sit->c_str());
+ std::string fileN = cmSystemTools::RelativePath(toplevel.c_str(),
+ sit->c_str());
if ( fileN.empty() )
{
continue;