eglglessink: Fix indention

This commit is contained in:
Sebastian Dröge 2012-12-30 11:32:29 +01:00
parent 6140bc7f8c
commit 6748198668
2 changed files with 4 additions and 3 deletions

View file

@ -853,7 +853,8 @@ got_egl_error (const char *wtf)
EGLint error;
if ((error = eglGetError ()) != EGL_SUCCESS) {
GST_CAT_DEBUG (GST_CAT_DEFAULT, "EGL ERROR: %s returned 0x%04x", wtf, error);
GST_CAT_DEBUG (GST_CAT_DEFAULT, "EGL ERROR: %s returned 0x%04x", wtf,
error);
return TRUE;
}