Commit b3e4d536 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove trailing space.

parent aa0572e5
......@@ -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" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment