From 40e289b0e5a4122a3959dc2029e32c7825e469b4 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Sat, 19 May 2018 14:28:41 -0500 Subject: [PATCH] Add newline between comment-block and include --- nx/source/services/set.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/source/services/set.c b/nx/source/services/set.c index b8c4674b..8e46344c 100644 --- a/nx/source/services/set.c +++ b/nx/source/services/set.c @@ -5,6 +5,7 @@ * @author yellows8 * @copyright libnx Authors */ + #include #include "types.h" #include "result.h"