]> git.nega.tv - josh/narcissus/commitdiff
Add newlines to the end of C files
authorJoshua Simmons <josh@nega.tv>
Wed, 23 Nov 2022 21:51:51 +0000 (22:51 +0100)
committerJoshua Simmons <josh@nega.tv>
Wed, 23 Nov 2022 21:51:51 +0000 (22:51 +0100)
ffi/stb_image-sys/src/stb_image.c
ffi/stb_truetype-sys/src/stb_truetype.c

index badb3ef4c56254a3132a28adf8ee91c5eed14199..8ddfd1f54636dd36bd45862a18f4978772e2ab30 100644 (file)
@@ -1,2 +1,2 @@
 #define STB_IMAGE_IMPLEMENTATION
-#include "stb_image.h"
\ No newline at end of file
+#include "stb_image.h"
index 33ce6c57400302455e9ea149d89bd19afc821794..a92a7df4432a3138181793bef4577192affa7e9f 100644 (file)
@@ -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"