# HG changeset patch # User rbultje # Date 1273778334 0 # Node ID 7c35c611faa4b89f6a7ec0e3fb56573a9c2e1faf # Parent e9537b2d70ce45f7d94b03d508ac4cde9eeb75fe Reindent after r23124. Patch by Sebastian Vater . diff -r e9537b2d70ce -r 7c35c611faa4 iff.c --- a/iff.c Thu May 13 19:16:03 2010 +0000 +++ b/iff.c Thu May 13 19:18:54 2010 +0000 @@ -131,9 +131,9 @@ // If extradata is smaller than actually needed, fill the remaining with black. count = FFMIN(avctx->extradata_size / 3, count); if (count) { - for (i=0; i < count; i++) { - pal[i] = 0xFF000000 | AV_RB24( avctx->extradata + i*3 ); - } + for (i=0; i < count; i++) { + pal[i] = 0xFF000000 | AV_RB24( avctx->extradata + i*3 ); + } } else { // Create gray-scale color palette for bps < 8 count = 1 << avctx->bits_per_coded_sample;