From: Joshua Simmons Date: Wed, 23 Nov 2022 21:51:51 +0000 (+0100) Subject: Add newlines to the end of C files X-Git-Url: https://git.nega.tv//gitweb.cgi?a=commitdiff_plain;h=2c771947d313efca4143f27af3e08e42f561ed96;p=josh%2Fnarcissus Add newlines to the end of C files --- diff --git a/ffi/stb_image-sys/src/stb_image.c b/ffi/stb_image-sys/src/stb_image.c index badb3ef..8ddfd1f 100644 --- a/ffi/stb_image-sys/src/stb_image.c +++ b/ffi/stb_image-sys/src/stb_image.c @@ -1,2 +1,2 @@ #define STB_IMAGE_IMPLEMENTATION -#include "stb_image.h" \ No newline at end of file +#include "stb_image.h" diff --git a/ffi/stb_truetype-sys/src/stb_truetype.c b/ffi/stb_truetype-sys/src/stb_truetype.c index 33ce6c5..a92a7df 100644 --- a/ffi/stb_truetype-sys/src/stb_truetype.c +++ b/ffi/stb_truetype-sys/src/stb_truetype.c @@ -1,4 +1,4 @@ #define STB_RECT_PACK_IMPLEMENTATION #define STB_TRUETYPE_IMPLEMENTATION #include "stb_rect_pack.h" -#include "stb_truetype.h" \ No newline at end of file +#include "stb_truetype.h"