# HG changeset patch # User reimar # Date 1370770827 0 # Node ID 40a06b268bb6988952f00c635f4d571cc4d2fa36 # Parent 6e2e30ee31d04fe0194f0bc7f7b67f3ba674240b Cosmetics: remove tabs that slipped in by accident. diff -r 6e2e30ee31d0 -r 40a06b268bb6 libvo/gl_common.c --- a/libvo/gl_common.c Sun Jun 09 09:16:11 2013 +0000 +++ b/libvo/gl_common.c Sun Jun 09 09:40:27 2013 +0000 @@ -2501,10 +2501,10 @@ } mp_msg(MSGT_VO, MSGL_V, "0x%03x %2i %2i %2i %2i %2i %2i %c %c %c %c %2i 0x%03x %s (0x%x)\n", id, rs, gs, bs, as, ds, ss, - renderable & EGL_OPENGL_BIT ? '+' : '-', - renderable & EGL_OPENGL_ES_BIT ? '+' : '-', - renderable & EGL_OPENGL_ES2_BIT ? '+' : '-', - renderable & EGL_OPENVG_BIT ? '+' : '-', + renderable & EGL_OPENGL_BIT ? '+' : '-', + renderable & EGL_OPENGL_ES_BIT ? '+' : '-', + renderable & EGL_OPENGL_ES2_BIT ? '+' : '-', + renderable & EGL_OPENVG_BIT ? '+' : '-', samples, surfaces, caveatstr, caveat); } free(configs);