Replaced tabs with spaces

This commit is contained in:
Andrew Murray 2020-05-01 22:08:57 +10:00
parent 51f31f3f5b
commit ae43af61da
43 changed files with 2182 additions and 2181 deletions

View File

@ -823,6 +823,7 @@ static int decode_bcn(Imaging im, ImagingCodecState state, const UINT8* src, int
if (state->y >= ymax) return -1; \
} \
break
DECODE_LOOP(1, 8, rgba);
DECODE_LOOP(2, 16, rgba);
DECODE_LOOP(3, 16, rgba);