]> git.sesse.net Git - vlc/commitdiff
Wav: No tabs in source code
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 21 Jun 2013 15:13:39 +0000 (17:13 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 24 Jun 2013 17:24:47 +0000 (19:24 +0200)
modules/demux/wav.c

index 6a2e1467eeee0a5ada33b9ad196571fbf4a9ef13..03364b96dc08d5894046dfd09008a2e98d24c128 100644 (file)
@@ -115,7 +115,7 @@ static int Open( vlc_object_t * p_this )
 
     b_is_rf64 = ( memcmp( p_peek, "RF64", 4 ) == 0 );
     if( ( !b_is_rf64 && memcmp( p_peek, "RIFF", 4 ) ) ||
-         memcmp( &p_peek[8], "WAVE", 4 ) )
+          memcmp( &p_peek[8], "WAVE", 4 ) )
     {
         return VLC_EGENERIC;
     }