From 4168c0797bdc3e6c2ff6cdd40bd1099edc5a0c96 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 19 Oct 2007 12:03:16 -0400 Subject: ENH: fix line length error --- Source/CPack/cmCPackNSISGenerator.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/CPack/cmCPackNSISGenerator.cxx b/Source/CPack/cmCPackNSISGenerator.cxx index 63d62bf..f742d8e 100644 --- a/Source/CPack/cmCPackNSISGenerator.cxx +++ b/Source/CPack/cmCPackNSISGenerator.cxx @@ -283,9 +283,10 @@ void cmCPackNSISGenerator::CreateMenuLinks( cmOStringStream& str, cpackMenuLinksVector); if ( cpackMenuLinksVector.size() % 2 != 0 ) { - cmCPackLogger(cmCPackLog::LOG_ERROR, - "CPACK_PACKAGE_EXECUTABLES should contain pairs of and " - "." << std::endl); + cmCPackLogger( + cmCPackLog::LOG_ERROR, + "CPACK_PACKAGE_EXECUTABLES should contain pairs of and " + "." << std::endl); return; } std::vector::iterator it; -- cgit v0.12