From 40cc3be73c2cd4d8ee8e5ece6dad2e120af373d8 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sun, 7 Jun 2015 20:18:15 +0200 Subject: avfilter: fix a few 5 spaces indent --- libavfilter/vf_lut3d.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavfilter/vf_lut3d.c') diff --git a/libavfilter/vf_lut3d.c b/libavfilter/vf_lut3d.c index 3ef31ce6c2..28a285069f 100644 --- a/libavfilter/vf_lut3d.c +++ b/libavfilter/vf_lut3d.c @@ -617,11 +617,11 @@ static const AVFilterPad lut3d_inputs[] = { }; static const AVFilterPad lut3d_outputs[] = { - { - .name = "default", - .type = AVMEDIA_TYPE_VIDEO, - }, - { NULL } + { + .name = "default", + .type = AVMEDIA_TYPE_VIDEO, + }, + { NULL } }; AVFilter ff_vf_lut3d = { -- cgit v1.2.3