Skip to content

Commit 4e816e2

Browse files
committed
astyle formatting
1 parent 66f9e9b commit 4e816e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/testsymboldatabase.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,10 +1499,10 @@ class TestSymbolDatabase: public TestFixture {
14991499

15001500
void symboldatabase34() { // ticket #4694
15011501
check("typedef _Atomic(int(A::*)) atomic_mem_ptr_to_int;\n"
1502-
"typedef _Atomic(int)&atomic_int_ref;\n"
1503-
"struct S {\n"
1504-
" _Atomic union { int n; };\n"
1505-
"};");
1502+
"typedef _Atomic(int)&atomic_int_ref;\n"
1503+
"struct S {\n"
1504+
" _Atomic union { int n; };\n"
1505+
"};");
15061506
ASSERT_EQUALS("", errout.str());
15071507
}
15081508

0 commit comments

Comments
 (0)