From: Jean-Baptiste Kempf Date: Sat, 9 Feb 2013 15:23:52 +0000 (+0100) Subject: iOS: no tabs, in source-code X-Git-Tag: 2.1.0-git~1321 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b302bf06bc3c56ae69efae71f57e6cd5917e6f2c;p=vlc iOS: no tabs, in source-code --- diff --git a/modules/video_output/ios.m b/modules/video_output/ios.m index 69b586bb85..b513911ebd 100644 --- a/modules/video_output/ios.m +++ b/modules/video_output/ios.m @@ -157,11 +157,11 @@ static int Open(vlc_object_t *this) sys->gl.lock = OpenglClean; // We don't do locking, but sometimes we need to cleanup the framebuffer sys->gl.unlock = NULL; sys->gl.swap = OpenglSwap; - sys->gl.getProcAddress = OurGetProcAddress; + sys->gl.getProcAddress = OurGetProcAddress; sys->gl.sys = sys; - sys->vgl = vout_display_opengl_New(&vd->fmt, NULL, &sys->gl); - if (!sys->vgl) + sys->vgl = vout_display_opengl_New(&vd->fmt, NULL, &sys->gl); + if (!sys->vgl) { sys->gl.sys = NULL; goto error; @@ -242,7 +242,7 @@ static void PictureDisplay(vout_display_t *vd, picture_t *pic, subpicture_t *sub vout_display_opengl_Display(sys->vgl, &vd->fmt ); picture_Release (pic); sys->has_first_frame = true; - (void)subpicture; + (void)subpicture; } static int Control (vout_display_t *vd, int query, va_list ap)