From c559ce8f6fff0661f7a64c2edd8cd3cfb5a48988 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 12 Mar 2008 09:25:14 -0400 Subject: STYLE: fix line len --- Source/cmMakefile.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 8a42142..c39599d 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -284,7 +284,8 @@ bool cmMakefile::CommandExists(const char* name) const //---------------------------------------------------------------------------- -void cmMakefile::IssueMessage(cmake::MessageType t, std::string const& text) const +void cmMakefile::IssueMessage(cmake::MessageType t, + std::string const& text) const { cmOStringStream msg; bool isError = false; @@ -622,7 +623,8 @@ bool cmMakefile::ReadListFile(const char* filename_in, { if(endScopeNicely) { - this->IssueMessage(cmake::FATAL_ERROR, "cmake_policy PUSH without matching POP"); + this->IssueMessage(cmake::FATAL_ERROR, + "cmake_policy PUSH without matching POP"); } this->PopPolicy(false); } -- cgit v0.12