From 350b2bb1a6751a4230ae8c57daaf09912251fbb8 Mon Sep 17 00:00:00 2001 From: Alexander Strasser Date: Tue, 8 Feb 2011 00:09:34 +0100 Subject: [PATCH] vorbis dec: cosmetics: Indent CPP cond properly Signed-off-by: Michael Niedermayer --- libavcodec/vorbis_dec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/vorbis_dec.c b/libavcodec/vorbis_dec.c index 2f1621160a..df07d1bd17 100644 --- a/libavcodec/vorbis_dec.c +++ b/libavcodec/vorbis_dec.c @@ -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)