Skip to content

Commit e8d2703

Browse files
committed
tbaa-array test: fix formatting
1 parent 1a40063 commit e8d2703

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clang/test/CodeGen/tbaa-array.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ extern int AA[]; // incomplete array type
1515

1616
typedef int __attribute__((may_alias)) aliasing_int;
1717
typedef int __attribute__((may_alias)) aliasing_array[10];
18-
struct E {
19-
aliasing_int x[4]; aliasing_array y;
20-
};
18+
struct E { aliasing_int x[4]; aliasing_array y; };
2119

2220
int foo(B *b) {
2321
// CHECK-LABEL: _Z3fooP1B

0 commit comments

Comments
 (0)