astyle run [ci skip]
This commit is contained in:
parent
6f31ce334d
commit
af369b4925
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue