Skip to content

Commit b35209f

Browse files
committed
fixed: newline at end of file
Other include snippets as unistd, string, stdio, ... don't have a newline at the end of the file. This fixes this bit of inconsistency in the stdlib snippet.
1 parent 8e715c6 commit b35209f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/c-mode/stdlib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# name: stdlib
33
# key: std
44
# --
5-
#include <stdlib.h>
5+
#include <stdlib.h>

0 commit comments

Comments
 (0)