astyle formatting

This commit is contained in:
Daniel Marjamäki 2012-11-18 15:04:45 +01:00
parent c5e5ee9ed2
commit 7ecfb189a2
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ bool Token::Match(const Token *tok, const char pattern[], unsigned int varid)
p += 2;
multicompare(p,tok->str() == "|",ismulticomp)
patternUnderstood = true;
// Op (%op%)
// Op (%op%)
} else if (p[0] == 'p') {
p += 2;
multicompare(p,tok->isOp(),ismulticomp);