vorbis dec: cosmetics: Indent CPP cond properly

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Alexander Strasser 2011-02-08 00:09:34 +01:00 committed by Michael Niedermayer
parent 6d173daece
commit 350b2bb1a6

View 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)