astyle run [ci skip]

This commit is contained in:
Martin Ettl 2014-05-16 23:01:21 +02:00
parent 6f31ce334d
commit af369b4925
3 changed files with 15 additions and 16 deletions

View File

@ -380,8 +380,7 @@ private:
ASSERT_EQUALS("", errout.str());
}
void invalidMissingSemicolon()
{
void invalidMissingSemicolon() {
// simply survive - a syntax error would be even better
check("void f(int x) {\n"
" x = 42\n"