diff options
author | Michael Reed <supertron421@gmail.com> | 2014-07-04 06:27:13 -0400 |
---|---|---|
committer | Michael Reed <supertron421@gmail.com> | 2014-07-04 06:27:13 -0400 |
commit | 1df3c8650b559daa7035f643f2db236b81abc662 (patch) | |
tree | 5da68ec05fd1c7129a365d46f47dcd06e1f99207 | |
parent | 8df5b1d5be863bbe0fe3f88602d51bc80c79f3a3 (diff) | |
download | tdebase-1df3c8650b559daa7035f643f2db236b81abc662.tar.gz tdebase-1df3c8650b559daa7035f643f2db236b81abc662.zip |
whitespace cleanup
-rw-r--r-- | opengl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |