]> git.sesse.net Git - vlc/blobdiff - include/vlc_input.h
Removes trailing spaces. Removes tabs.
[vlc] / include / vlc_input.h
index 7161219e7ed323c9d2ba9ccd95078dfc9ba27651..e185d4c40bd4f143bdc81cf0029a754303f35ff5 100644 (file)
@@ -227,7 +227,7 @@ static inline void input_item_SetMeta( input_item_t *p_i, vlc_meta_type_t meta_t
     if( !p_i->p_meta )
         p_i->p_meta = vlc_meta_New();
     vlc_meta_Set( p_i->p_meta, meta_type, psz_val );
-    vlc_mutex_unlock( &p_i->lock ); 
+    vlc_mutex_unlock( &p_i->lock );
 
     /* Notify interested third parties */
     event.type = vlc_InputItemMetaChanged;