From 0e8a145d6c620720a09ca76a340958c3c1c1022a Mon Sep 17 00:00:00 2001 From: amai2012 Date: Mon, 2 Dec 2019 22:04:22 +0100 Subject: [PATCH] Run astyle --- lib/tokenlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tokenlist.cpp b/lib/tokenlist.cpp index 7366cf245..a9ba65c52 100644 --- a/lib/tokenlist.cpp +++ b/lib/tokenlist.cpp @@ -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); } }