]> git.sesse.net Git - vlc/commitdiff
Fix indentation
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 15 Oct 2005 12:15:06 +0000 (12:15 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 15 Oct 2005 12:15:06 +0000 (12:15 +0000)
modules/access/dvdnav.c

index a814f6adee132ca059e6d762ce0e407ed862a16c..c6b9dc9635ed34c2fafdcdfdd342a2b90ec4c92c 100644 (file)
@@ -744,10 +744,10 @@ static int Demux( demux_t *p_demux )
          */
         DemuxBlock( p_demux, packet, i_len );
         if( p_sys->b_spu_change ) 
-       {
-               ButtonUpdate( p_demux, VLC_FALSE );
-               p_sys->b_spu_change = VLC_FALSE;
-       }
+        {
+            ButtonUpdate( p_demux, VLC_FALSE );
+            p_sys->b_spu_change = VLC_FALSE;
+        }
         break;
     }