]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/description.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / stream_out / description.c
index 040f992e08a1bf8fdc1bcc6739000f242b2106b2..6e855fea9e9bb17d7c82280266602827937ce3cf 100644 (file)
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <string.h>
 
 #include <vlc/vlc.h>
 #include <vlc_input.h>
@@ -110,7 +109,7 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt )
         p_sys->p_input = vlc_object_find( p_stream, VLC_OBJECT_INPUT, FIND_PARENT );
     if( !p_sys->p_input )
         return NULL;
-    
     p_item = input_GetItem(p_sys->p_input);
 
     p_fmt_copy = malloc(sizeof(es_format_t));