[vlc-commits] android: window: remove trailing characters

Alexandre Janniaux git at videolan.org
Thu Jan 14 09:41:01 UTC 2021


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Wed Jan 13 12:07:23 2021 +0100| [40e55938a3a6599c82cb3f3c9bdf5b21caed6219] | committer: Alexandre Janniaux

android: window: remove trailing characters

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=40e55938a3a6599c82cb3f3c9bdf5b21caed6219
---

 modules/video_output/android/window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/android/window.c b/modules/video_output/android/window.c
index 5af450ec1d..0b8d0337ed 100644
--- a/modules/video_output/android/window.c
+++ b/modules/video_output/android/window.c
@@ -120,7 +120,7 @@ OpenDecDevice(vlc_decoder_device *device, vout_window_t *window)
     else
         awh = AWindowHandler_new(VLC_OBJECT(device), NULL, NULL);
 
-    static const struct vlc_decoder_device_operations ops = 
+    static const struct vlc_decoder_device_operations ops =
     {
         .close = NULL,
     };



More information about the vlc-commits mailing list