[vlc-commits] Wav: No tabs in source code
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Mon Jun 24 18:24:54 CEST 2013
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jun 21 17:13:39 2013 +0200| [22e40e618632bfe543e424a464e2e00494988ad5] | committer: Jean-Baptiste Kempf
Wav: No tabs in source code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=22e40e618632bfe543e424a464e2e00494988ad5
---
 modules/demux/wav.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/wav.c b/modules/demux/wav.c
index 6a2e146..03364b9 100644
--- a/modules/demux/wav.c
+++ b/modules/demux/wav.c
@@ -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;
     }
    
    
More information about the vlc-commits
mailing list