Skip to content

Commit 2d9dc34

Browse files
committed
fixup! clang-format
1 parent 68d71ab commit 2d9dc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/DWARF/no_unique_address-packed-alignment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
struct Empty {};
88
struct __attribute((packed)) PackedNUA {
9-
[[no_unique_address]] Empty a,b,c,d;
9+
[[no_unique_address]] Empty a, b, c, d;
1010
char x;
1111
int y;
1212
};

0 commit comments

Comments
 (0)