From 1df3c8650b559daa7035f643f2db236b81abc662 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Fri, 4 Jul 2014 06:27:13 -0400 Subject: whitespace cleanup --- opengl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opengl.h') 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); -- cgit v1.2.1