Changeset c3f08a3daf354ec8698e63f2962d691dbe0664eb

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

[6d7ee11806562fa34e75d808a2a9654bdd600618]

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

Remove some whitespace

Files:

Legend:

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

    r3854055 rc3f08a3  
    88 * Authors: Christophe Massiot <massiot@via.ecp.fr> 
    99 *          Jean-Paul Saman <jpsaman _at_ videolan _dot_ org> 
    10  *       
     10 * 
    1111 * This program is free software; you can redistribute it and/or modify 
    1212 * it under the terms of the GNU General Public License as published by 
     
    140140            int i; 
    141141            int i_size = p_out_buf->i_nb_bytes / sizeof(float); 
    142              
     142 
    143143            float * a = (float *)p_out_buf->p_buffer; 
    144144            for ( i = 0 ; i < i_size ; i++ )