astyle formatting

This commit is contained in:
Daniel Marjamäki 2011-11-05 20:00:18 +01:00
parent 2f32965bdf
commit 9903c8c0d9
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ bool Token::Match(const Token *tok, const char pattern[], unsigned int varid)
if (!patternUnderstood) {
return false;
}
// debugging: assert that this is not part of a multicompare pattern..
assert(*p != '|');