From 7b972d82b673c55ba0593ec1433af97f491154c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 18 Apr 2013 00:12:30 +0200 Subject: gif: reindent after previous commits. --- libavcodec/gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/gif.c b/libavcodec/gif.c index 52cf1c9..f373819 100644 --- a/libavcodec/gif.c +++ b/libavcodec/gif.c @@ -144,7 +144,7 @@ static int gif_image_write_image(AVCodecContext *avctx, bytestream_put_le16(bytestream, height); if (!palette) { - bytestream_put_byte(bytestream, 0x00); /* flags */ + bytestream_put_byte(bytestream, 0x00); /* flags */ } else { unsigned i; bytestream_put_byte(bytestream, 1<<7 | 0x7); /* flags */ -- cgit v1.1