From e3bff8ff07855936700963058bef6a6f9933392b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 29 Mar 2015 21:05:18 +0200 Subject: [PATCH] astyle formatting --- lib/token.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/token.cpp b/lib/token.cpp index effae9144..f33a87e22 100644 --- a/lib/token.cpp +++ b/lib/token.cpp @@ -446,7 +446,7 @@ static int multiComparePercent(const Token *tok, const char*& haystack, bool emp break; default: //unknown %cmd%, abort - throw InternalError( tok, "Unexpected command" ); + throw InternalError(tok, "Unexpected command"); } if (*haystack == '|')