]> git.sesse.net Git - vlc/commitdiff
Remove some whitespace
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 20 Aug 2006 20:47:57 +0000 (20:47 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 20 Aug 2006 20:47:57 +0000 (20:47 +0000)
modules/audio_filter/converter/a52tofloat32.c

index 1bb43098baa887833549287655bc105fb21a1ba1..482cf46b0204509fe154714396cb9f9156c8eb69 100644 (file)
@@ -56,7 +56,7 @@
  *****************************************************************************/
 static int  Create    ( vlc_object_t * );
 static void Destroy   ( vlc_object_t * );
-static void DoWork    ( aout_instance_t *, aout_filter_t *, aout_buffer_t *,  
+static void DoWork    ( aout_instance_t *, aout_filter_t *, aout_buffer_t *,
                         aout_buffer_t * );
 static int  Open      ( vlc_object_t *, filter_sys_t *,
                         audio_format_t, audio_format_t );
@@ -161,7 +161,7 @@ static int Create( vlc_object_t *p_this )
 }
 
 /*****************************************************************************
- * Open: 
+ * Open:
  *****************************************************************************/
 static int Open( vlc_object_t *p_this, filter_sys_t *p_sys,
                  audio_format_t input, audio_format_t output )