summaryrefslogtreecommitdiffstats
path: root/Source/cmEndForEachCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-10 19:08:38 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-10 19:08:38 (GMT)
commitbb88ef5e41c2308db4e3fbd8c4e082495f45e389 (patch)
tree6a4613f8d0728b83bb744ef78f008e308b0f8704 /Source/cmEndForEachCommand.cxx
parent14781101fd43a68ea5226f067022df30fa8464b4 (diff)
downloadCMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.zip
CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.gz
CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmEndForEachCommand.cxx')
-rw-r--r--Source/cmEndForEachCommand.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/cmEndForEachCommand.cxx b/Source/cmEndForEachCommand.cxx
index aa9a333..717e44d 100644
--- a/Source/cmEndForEachCommand.cxx
+++ b/Source/cmEndForEachCommand.cxx
@@ -16,9 +16,12 @@
=========================================================================*/
#include "cmEndForEachCommand.h"
-bool cmEndForEachCommand::InvokeInitialPass(std::vector<cmListFileArgument> const&)
+bool cmEndForEachCommand
+::InvokeInitialPass(std::vector<cmListFileArgument> const&)
{
- this->SetError("An ENDFOREACH command was found outside of a proper FOREACH ENDFOREACH structure. Or its arguments did not match the opening FOREACH command.");
+ this->SetError("An ENDFOREACH command was found outside of a proper "
+ "FOREACH ENDFOREACH structure. Or its arguments did "
+ "not match the opening FOREACH command.");
return false;
}