Skip to content

Commit c7a6ed9

Browse files
committed
Add newline at the end of file
1 parent 4179480 commit c7a6ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/format-strings-nonnull.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ void check_format_string(FILE *fp, va_list ap) {
7171

7272
vsscanf(buf, NULL, ap);
7373
// expected-warning@-1{{null passed to a callee that requires a non-null argument}}
74-
}
74+
}

0 commit comments

Comments
 (0)