astyle formatting

This commit is contained in:
Daniel Marjamäki 2015-03-29 21:05:18 +02:00
parent 022b40b36f
commit e3bff8ff07
1 changed files with 1 additions and 1 deletions

View File

@ -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 == '|')