Commit dd90b9b3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

qt4 - Remove trailing spaces...

parent b99e6946
...@@ -1016,4 +1016,6 @@ void QVLCMenu::DoAction( intf_thread_t *p_intf, QObject *data ) ...@@ -1016,4 +1016,6 @@ void QVLCMenu::DoAction( intf_thread_t *p_intf, QObject *data )
if( p_object == NULL ) return; if( p_object == NULL ) return;
var_Set( p_object, itemData->psz_var, itemData->val ); var_Set( p_object, itemData->psz_var, itemData->val );
vlc_object_release( p_object );} vlc_object_release( p_object );
}
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