aboutsummaryrefslogtreecommitdiff
path: root/src/rlgl.c
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-05-31 19:12:37 +0200
committerraysan5 <raysan5@gmail.com>2016-05-31 19:12:37 +0200
commitd17a0cee1aa53978387e68be58d901bffd1ac0a9 (patch)
treee2818ccfb66bb3898a55f29f2cc01dcf526ce0c3 /src/rlgl.c
parent302ec438dd8a5483e4fcf81d4bd80ac7d09e6a61 (diff)
downloadraylib-d17a0cee1aa53978387e68be58d901bffd1ac0a9.tar.gz
raylib-d17a0cee1aa53978387e68be58d901bffd1ac0a9.zip
Review text formatting (spacing, tabs...)
Diffstat (limited to 'src/rlgl.c')
-rw-r--r--src/rlgl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.c b/src/rlgl.c
index 6a2adeb2..89361f46 100644
--- a/src/rlgl.c
+++ b/src/rlgl.c
@@ -2369,7 +2369,7 @@ static void LoadCompressedTexture(unsigned char *data, int width, int height, in
static unsigned int LoadShaderProgram(char *vShaderStr, char *fShaderStr)
{
unsigned int program = 0;
-
+
#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)
GLuint vertexShader;
GLuint fragmentShader;