Skip to content

Commit 1daa37c

Browse files
committed
fix: add newline at the end of test file
1 parent f459a97 commit 1daa37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/C/C2y/n3622_1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ inline void func1(void) { // expected-note {{use 'static' to give inline funct
2222
inline void func2(void) {
2323
static const int x = 0;
2424
(void)x;
25-
}
25+
}

0 commit comments

Comments
 (0)