]> git.sesse.net Git - vlc/blobdiff - modules/video_output/x11/xcommon.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / video_output / x11 / xcommon.h
index 9618994c1e0cdb1f24fb575254a818df8053fbc8..ac825eb09b640ea32355d960b39ad687e4f12f38 100644 (file)
@@ -212,14 +212,14 @@ struct vout_sys_t
 
 #ifdef HAVE_XSP
     int                 i_hw_scale;
-#endif 
+#endif
 
 #ifdef HAVE_OSSO
     osso_context_t      *p_octx;
     int                 i_backlight_on_counter;
 #endif
 
-    
 };
 
 /*****************************************************************************