From: Antoine Cellerier Date: Wed, 2 Apr 2008 20:01:00 +0000 (+0200) Subject: Remove trailing space. X-Git-Tag: 0.9.0-test0~1615 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=b3e4d536a178a5901fa788adeb9b81c7031767e5;p=vlc Remove trailing space. --- diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c index 516c9e1224..d1c6d8c7dc 100644 --- a/src/video_output/vout_intf.c +++ b/src/video_output/vout_intf.c @@ -351,7 +351,7 @@ void vout_IntfInit( vout_thread_t *p_vout ) } /* update triggered every time the vout's crop parameters are changed */ - var_Create( p_vout, "crop-update", VLC_VAR_VOID ); + var_Create( p_vout, "crop-update", VLC_VAR_VOID ); /* Add custom crop ratios */ psz_buf = config_GetPsz( p_vout, "custom-crop-ratios" );