From 40cc3be73c2cd4d8ee8e5ece6dad2e120af373d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sun, 7 Jun 2015 20:18:15 +0200 Subject: avfilter: fix a few 5 spaces indent --- libavfilter/vf_vignette.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavfilter/vf_vignette.c') diff --git a/libavfilter/vf_vignette.c b/libavfilter/vf_vignette.c index 2861049..c1bafa8 100644 --- a/libavfilter/vf_vignette.c +++ b/libavfilter/vf_vignette.c @@ -338,11 +338,11 @@ static const AVFilterPad vignette_inputs[] = { }; static const AVFilterPad vignette_outputs[] = { - { - .name = "default", - .type = AVMEDIA_TYPE_VIDEO, - }, - { NULL } + { + .name = "default", + .type = AVMEDIA_TYPE_VIDEO, + }, + { NULL } }; AVFilter ff_vf_vignette = { -- cgit v1.1