astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-06-09 16:04:59 +02:00
parent 66f9e9b16f
commit 4e816e2edf
1 changed files with 4 additions and 4 deletions

View File

@ -1499,10 +1499,10 @@ private:
void symboldatabase34() { // ticket #4694
check("typedef _Atomic(int(A::*)) atomic_mem_ptr_to_int;\n"
"typedef _Atomic(int)&atomic_int_ref;\n"
"struct S {\n"
" _Atomic union { int n; };\n"
"};");
"typedef _Atomic(int)&atomic_int_ref;\n"
"struct S {\n"
" _Atomic union { int n; };\n"
"};");
ASSERT_EQUALS("", errout.str());
}