summaryrefslogtreecommitdiffstats
path: root/sdl/gltools.c
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/gltools.c')
-rw-r--r--sdl/gltools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdl/gltools.c b/sdl/gltools.c
index 7bc85ef..7db2410 100644
--- a/sdl/gltools.c
+++ b/sdl/gltools.c
@@ -75,7 +75,7 @@ GLint gltWriteTGA(const char *szFileName)
free(pBits); /* free buffer and return error */
return 0;
}
-
+
/* write the header */
fwrite(&tgaHeader, sizeof(TGAHEADER), 1, pFile);
@@ -146,7 +146,7 @@ GLbyte *gltLoadTGA(const char *szFileName, GLint *iWidth, GLint *iHeight,
free(pBits);
return NULL;
}
-
+
/* set opengl format expected */
switch (sDepth)
{