astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2020-04-18 09:38:23 +02:00
parent 7c93f51885
commit 4ba2aa82bb
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ private:
"}\n");
ASSERT_EQUALS("[test.cpp:3]: (warning) Assert statement modifies 'a'.\n", errout.str());
check("void f() {\n"
check("void f() {\n"
" int a = 0;\n"
" assert(--a);\n"
" return a;\n"