Skip to content

Commit 53ba18d

Browse files
author
Aidan
committed
formatting changes
1 parent 9fd4a25 commit 53ba18d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/test/Sema/enum.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ typedef struct Color NewColor; // expected-error {{use of 'Color' with tag type
130130
typedef enum : unsigned char { Pink, Black, Cyan } Color; // expected-warning {{enumeration types with a fixed underlying type are a C23 extension}}
131131
#endif
132132

133-
134-
135133
// PR28903
136134
// In C it is valid to define tags inside enums.
137135
struct PR28903 {

0 commit comments

Comments
 (0)