Run astyle

This commit is contained in:
amai2012 2019-12-02 22:04:22 +01:00
parent 3a71eb834d
commit 0e8a145d6c
1 changed files with 1 additions and 1 deletions

View File

@ -1467,7 +1467,7 @@ void TokenList::validateAst() const
if (!tok->astOperand1() || !tok->astOperand2())
throw InternalError(tok,
"Syntax Error: AST broken, '" + tok->previous()->str() +
"' doesn't have two operands.",
"' doesn't have two operands.",
InternalError::AST);
}
}