summaryrefslogtreecommitdiffstats
path: root/Source/cmEndWhileCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmEndWhileCommand.cxx')
-rw-r--r--Source/cmEndWhileCommand.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/cmEndWhileCommand.cxx b/Source/cmEndWhileCommand.cxx
index 6d62e78..4a49dde 100644
--- a/Source/cmEndWhileCommand.cxx
+++ b/Source/cmEndWhileCommand.cxx
@@ -16,9 +16,12 @@
=========================================================================*/
#include "cmEndWhileCommand.h"
-bool cmEndWhileCommand::InvokeInitialPass(std::vector<cmListFileArgument> const&)
+bool cmEndWhileCommand
+::InvokeInitialPass(std::vector<cmListFileArgument> const&)
{
- this->SetError("An ENDWHILE command was found outside of a proper WHILE ENDWHILE structure. Or its arguments did not match the opening WHILE command.");
+ this->SetError("An ENDWHILE command was found outside of a proper "
+ "WHILE ENDWHILE structure. Or its arguments did not "
+ "match the opening WHILE command.");
return false;
}