astyle formatting

This commit is contained in:
Daniel Marjamäki 2014-01-05 22:06:11 +01:00
parent 62c608141d
commit 4620284cbf
2 changed files with 3 additions and 3 deletions

View File

@ -317,7 +317,7 @@ private:
} }
void invalidMultiCompare() { void invalidMultiCompare() {
// #5310 // #5310
check("void f() {\n" check("void f() {\n"
" const Token *tok;\n" " const Token *tok;\n"
" Token::Match(tok, \";|%type%\");\n" " Token::Match(tok, \";|%type%\");\n"