From 2c771947d313efca4143f27af3e08e42f561ed96 Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Wed, 23 Nov 2022 22:51:51 +0100 Subject: [PATCH] Add newlines to the end of C files --- ffi/stb_image-sys/src/stb_image.c | 2 +- ffi/stb_truetype-sys/src/stb_truetype.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.49.0