whitespace cleanup

This commit is contained in:
Michael Reed
2014-07-04 06:27:13 -04:00
parent 3a3e1387ac
commit a29b7958cf
3 changed files with 3 additions and 3 deletions

View File

@ -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);