astyle fix
This commit is contained in:
parent
34540fee04
commit
7002af6c9a
|
@ -2090,7 +2090,7 @@ private:
|
|||
|
||||
void if_with_and()
|
||||
{
|
||||
check( "void f()\n"
|
||||
check("void f()\n"
|
||||
"{\n"
|
||||
" char *a = new char[10];\n"
|
||||
" if (!a && b() )\n"
|
||||
|
@ -2100,7 +2100,7 @@ private:
|
|||
"}\n", true);
|
||||
ASSERT_EQUALS("", errout.str());
|
||||
|
||||
check( "void f()\n"
|
||||
check("void f()\n"
|
||||
"{\n"
|
||||
" char *a = new char[10];\n"
|
||||
" if (b() && !a )\n"
|
||||
|
|
Loading…
Reference in New Issue