Skip to content

Commit 88c959f

Browse files
authored
Remove a trailing space
1 parent e9ca7ef commit 88c959f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/string.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ size_t strlen(const char* s);
6464
# include_next <string.h>
6565
# endif
6666

67-
# include <stddef.h>
67+
# include <stddef.h>
6868

6969
// MSVCRT, GNU libc and its derivates may already have the correct prototype in
7070
// <string.h>. This macro can be defined by users if their C library provides

0 commit comments

Comments
 (0)