From 811b17fbad07c1a34ed249e0df461fc33ff8a64b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 14 May 2013 15:27:25 +0000 Subject: lavfi: cosmetics: fix vertical alignment for pads in some filters Signed-off-by: Paul B Mahol --- libavfilter/vf_curves.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavfilter/vf_curves.c') diff --git a/libavfilter/vf_curves.c b/libavfilter/vf_curves.c index c5bbdfaad9..6356cefa9c 100644 --- a/libavfilter/vf_curves.c +++ b/libavfilter/vf_curves.c @@ -532,11 +532,11 @@ static const AVFilterPad curves_inputs[] = { }; static const AVFilterPad curves_outputs[] = { - { - .name = "default", - .type = AVMEDIA_TYPE_VIDEO, - }, - { NULL } + { + .name = "default", + .type = AVMEDIA_TYPE_VIDEO, + }, + { NULL } }; AVFilter avfilter_vf_curves = { -- cgit v1.2.3