aboutsummaryrefslogtreecommitdiff
path: root/src/textures.c
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-05-08 18:33:09 +0200
committerRay <raysan5@gmail.com>2019-05-08 18:33:09 +0200
commit97c8a28aaac8d2ac8689d18a619d32107d6b96f7 (patch)
treef60e924ba3a202a3472d8948f0e2a300143b56bf /src/textures.c
parentecea95f50f8d413382fff7d3df568e2e3fd6cdb1 (diff)
downloadraylib-97c8a28aaac8d2ac8689d18a619d32107d6b96f7.tar.gz
raylib-97c8a28aaac8d2ac8689d18a619d32107d6b96f7.zip
Remove trail spaces
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textures.c b/src/textures.c
index eb743026..a405f78b 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -112,11 +112,11 @@
defined(SUPPORT_FILEFORMAT_GIF) || \
defined(SUPPORT_FILEFORMAT_PIC) || \
defined(SUPPORT_FILEFORMAT_HDR))
-
+
#define STBI_MALLOC RL_MALLOC
#define STBI_FREE RL_FREE
#define STBI_REALLOC(p,newsz) realloc(p,newsz)
-
+
#define STB_IMAGE_IMPLEMENTATION
#include "external/stb_image.h" // Required for: stbi_load_from_file()
// NOTE: Used to read image data (multiple formats support)