Changeset 6d7ee11806562fa34e75d808a2a9654bdd600618

Show
Ignore:
Timestamp:
08/20/06 22:47:57 (2 years ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1156106877 +0000
git-parent:

[d17c0dbe2f07b5cdef49a15dbbd88f377c863c50]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1156106877 +0000
Message:

Remove some whitespace

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/audio_filter/converter/a52tofloat32.c

    r5a4f826 r6d7ee11  
    5757static int  Create    ( vlc_object_t * ); 
    5858static void Destroy   ( vlc_object_t * ); 
    59 static void DoWork    ( aout_instance_t *, aout_filter_t *, aout_buffer_t *,   
     59static void DoWork    ( aout_instance_t *, aout_filter_t *, aout_buffer_t *, 
    6060                        aout_buffer_t * ); 
    6161static int  Open      ( vlc_object_t *, filter_sys_t *, 
     
    162162 
    163163/***************************************************************************** 
    164  * Open:  
     164 * Open: 
    165165 *****************************************************************************/ 
    166166static int Open( vlc_object_t *p_this, filter_sys_t *p_sys,