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.
This commit is contained in:
Victor Fernandes 2019-02-27 23:17:55 +01:00
parent 8e715c6337
commit b35209fe2c
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# name: stdlib
# key: std
# --
#include <stdlib.h>
#include <stdlib.h>