From b35209fe2cf54cc414475dd5ee73990b4e4df409 Mon Sep 17 00:00:00 2001 From: Victor Fernandes Date: Wed, 27 Feb 2019 23:17:55 +0100 Subject: [PATCH] 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. --- snippets/c-mode/stdlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/c-mode/stdlib b/snippets/c-mode/stdlib index a7d117b..f285f94 100644 --- a/snippets/c-mode/stdlib +++ b/snippets/c-mode/stdlib @@ -2,4 +2,4 @@ # name: stdlib # key: std # -- -#include +#include \ No newline at end of file