[vlc-commits] xdg-shell: fix indentation
    Rémi Denis-Courmont 
    git at videolan.org
       
    Tue Jun 19 21:09:26 CEST 2018
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jun 19 21:41:42 2018 +0300| [a4d57f86cfc0b736497080d2af8f21e1ce30cf5c] | committer: Rémi Denis-Courmont
xdg-shell: fix indentation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a4d57f86cfc0b736497080d2af8f21e1ce30cf5c
---
 modules/video_output/wayland/xdg-shell.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/wayland/xdg-shell.c b/modules/video_output/wayland/xdg-shell.c
index b2fe41d7ae..4d639f05ad 100644
--- a/modules/video_output/wayland/xdg-shell.c
+++ b/modules/video_output/wayland/xdg-shell.c
@@ -95,7 +95,7 @@ struct vout_window_sys_t
             unsigned width;
             unsigned height;
             bool fullscreen;
-         } latch;
+        } latch;
     } wm;
 # ifdef XDG_SHELL_UNSTABLE
     bool unstable;
    
    
More information about the vlc-commits
mailing list