summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-03-12 13:25:14 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-03-12 13:25:14 (GMT)
commitc559ce8f6fff0661f7a64c2edd8cd3cfb5a48988 (patch)
tree089ba9a2c4170450e983b3cfcf47be15c1942ca4 /Source/cmMakefile.cxx
parentb8cd04d735dc2fb8ed7694a6540a28fd7ee8cc85 (diff)
downloadCMake-c559ce8f6fff0661f7a64c2edd8cd3cfb5a48988.zip
CMake-c559ce8f6fff0661f7a64c2edd8cd3cfb5a48988.tar.gz
CMake-c559ce8f6fff0661f7a64c2edd8cd3cfb5a48988.tar.bz2
STYLE: fix line len
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx6
1 files 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);
}