]> git.sesse.net Git - vlc/blobdiff - modules/demux/wav.c
Wav: No tabs in source code
[vlc] / 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;
     }