astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-07-07 10:26:20 +02:00
parent da52f7d367
commit 2875ee1ecf
2 changed files with 2 additions and 2 deletions

View File

@ -1546,7 +1546,7 @@ void CheckUninitVar::checkRhs(const Token *tok, const Variable &var, const std::
break;
--indent;
} else if (Token::simpleMatch(tok, "sizeof ("))
tok = tok->next()->link();
tok = tok->next()->link();
}
}

View File

@ -2310,7 +2310,7 @@ private:
}
void template39() { // #4742 - Used to freeze in 1.60
const char code[] = "template<typename T> struct vector {"
const char code[] = "template<typename T> struct vector {"
" operator T() const;"
"};"
"void f() {"