mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
STYLE: fix line length
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user