From 933a6fd5a1a2dfe3da58b6e15b394bf05d32f2eb Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 3 Aug 2011 23:27:50 +0200 Subject: cosmetics: fix indentation/alignment in AVCodec declarations --- libavcodec/8bps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/8bps.c') diff --git a/libavcodec/8bps.c b/libavcodec/8bps.c index 7c53432738..de8dd8ee84 100644 --- a/libavcodec/8bps.c +++ b/libavcodec/8bps.c @@ -229,5 +229,5 @@ AVCodec ff_eightbps_decoder = { .close = decode_end, .decode = decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("QuickTime 8BPS video"), + .long_name = NULL_IF_CONFIG_SMALL("QuickTime 8BPS video"), }; -- cgit v1.2.1