summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-03-25 19:41:51 +0100
committerraysan5 <[email protected]>2020-03-25 19:41:51 +0100
commit7ae7a87f8ae10ed9c68f308a62d7d7b0dc31a55a (patch)
tree06f37bbdc5e36b7246222541a6cda655fdf9dbb3 /src/rlgl.h
parent3d41c1b6cd5e42e2334798fe6af9394a93c89713 (diff)
downloadraylib-7ae7a87f8ae10ed9c68f308a62d7d7b0dc31a55a.tar.gz
raylib-7ae7a87f8ae10ed9c68f308a62d7d7b0dc31a55a.zip
Remove trail spaces
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 6df8b0b7..cbadb034 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -652,7 +652,7 @@ RLAPI int GetPixelDataSize(int width, int height, int format);// Get pixel data
#else
#define GLAD_REALLOC RL_REALLOC
#define GLAD_FREE RL_FREE
-
+
#define GLAD_IMPLEMENTATION
#if defined(RLGL_STANDALONE)
#include "glad.h" // GLAD extensions loading library, includes OpenGL headers
@@ -4631,7 +4631,7 @@ char *LoadFileText(const char *fileName)
// Zero-terminate the string
text[count] = '\0';
-
+
TRACELOG(LOG_INFO, "[%s] Text file loaded successfully", fileName);
}
else TRACELOG(LOG_WARNING, "[%s] Text file could not be read", fileName);