Skip to content

Commit e3bff8f

Browse files
committed
astyle formatting
1 parent 022b40b commit e3bff8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/token.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ static int multiComparePercent(const Token *tok, const char*& haystack, bool emp
446446
break;
447447
default:
448448
//unknown %cmd%, abort
449-
throw InternalError( tok, "Unexpected command" );
449+
throw InternalError(tok, "Unexpected command");
450450
}
451451

452452
if (*haystack == '|')

0 commit comments

Comments
 (0)