summaryrefslogtreecommitdiff
path: root/Source/cmEndIfCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-10 15:08:38 -0400
committerKen Martin <ken.martin@kitware.com>2006-05-10 15:08:38 -0400
commitbb88ef5e41c2308db4e3fbd8c4e082495f45e389 (patch)
tree6a4613f8d0728b83bb744ef78f008e308b0f8704 /Source/cmEndIfCommand.cxx
parent14781101fd43a68ea5226f067022df30fa8464b4 (diff)
downloadcmake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.gz
STYLE: fix line length
Diffstat (limited to 'Source/cmEndIfCommand.cxx')
-rw-r--r--Source/cmEndIfCommand.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmEndIfCommand.cxx b/Source/cmEndIfCommand.cxx
index a16403eafe..8fe3a1b528 100644
--- a/Source/cmEndIfCommand.cxx
+++ b/Source/cmEndIfCommand.cxx
@@ -25,7 +25,9 @@ bool cmEndIfCommand::InitialPass(std::vector<std::string> const&)
return true;
}
- this->SetError("An ENDIF command was found outside of a proper IF ENDIF structure. Or its arguments did not match the opening IF command.");
+ this->SetError("An ENDIF command was found outside of a proper "
+ "IF ENDIF structure. Or its arguments did not match "
+ "the opening IF command.");
return false;
}