summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Reed <supertron421@gmail.com>2014-07-04 06:27:13 -0400
committerMichael Reed <supertron421@gmail.com>2014-07-04 06:27:13 -0400
commit1df3c8650b559daa7035f643f2db236b81abc662 (patch)
tree5da68ec05fd1c7129a365d46f47dcd06e1f99207
parent8df5b1d5be863bbe0fe3f88602d51bc80c79f3a3 (diff)
downloadtdebase-1df3c8650b559daa7035f643f2db236b81abc662.tar.gz
tdebase-1df3c8650b559daa7035f643f2db236b81abc662.zip
whitespace cleanup
-rw-r--r--opengl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl.h b/opengl.h
index 8628e36d3..35ccf6878 100644
--- a/opengl.h
+++ b/opengl.h
@@ -44,7 +44,7 @@ glx_check_err_(session_t *ps, const char *func, int line) {
if (!ps->glx_context) return;
GLenum err = GL_NO_ERROR;
-
+
while (GL_NO_ERROR != (err = glGetError())) {
print_timestamp(ps);
printf("%s():%d: GLX error ", func, line);