]> git.sesse.net Git - ffmpeg/commitdiff
vorbis dec: cosmetics: Indent CPP cond properly
authorAlexander Strasser <eclipse7@gmx.net>
Mon, 7 Feb 2011 23:09:34 +0000 (00:09 +0100)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 11 Feb 2011 02:34:29 +0000 (21:34 -0500)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/vorbis_dec.c

index 578ffb84a650d018eeca7124e0af427dc1bef436..271f9009318fa4c46f5700deb2574c3fff5e87f9 100644 (file)
@@ -799,12 +799,12 @@ static void create_map(vorbis_context *vc, uint_fast8_t floor_number)
         vf->map_size[blockflag] = n;
     }
 
-#   ifdef V_DEBUG
+#ifdef V_DEBUG
     for (idx = 0; idx <= n; ++idx) {
         AV_DEBUG("floor0 map: map at pos %d is %d\n",
                  idx, map[idx]);
     }
-#   endif
+#endif
 }
 
 static int vorbis_parse_setup_hdr_modes(vorbis_context *vc)