astyle formatting
This commit is contained in:
parent
022b40b36f
commit
e3bff8ff07
|
@ -446,7 +446,7 @@ static int multiComparePercent(const Token *tok, const char*& haystack, bool emp
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
//unknown %cmd%, abort
|
//unknown %cmd%, abort
|
||||||
throw InternalError( tok, "Unexpected command" );
|
throw InternalError(tok, "Unexpected command");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (*haystack == '|')
|
if (*haystack == '|')
|
||||||
|
|
Loading…
Reference in New Issue