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_owdenoise.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavfilter/vf_owdenoise.c') diff --git a/libavfilter/vf_owdenoise.c b/libavfilter/vf_owdenoise.c index f91bbe5db1..d4e90f860d 100644 --- a/libavfilter/vf_owdenoise.c +++ b/libavfilter/vf_owdenoise.c @@ -315,11 +315,11 @@ static const AVFilterPad owdenoise_inputs[] = { }; static const AVFilterPad owdenoise_outputs[] = { - { - .name = "default", - .type = AVMEDIA_TYPE_VIDEO, - }, - { NULL } + { + .name = "default", + .type = AVMEDIA_TYPE_VIDEO, + }, + { NULL } }; AVFilter ff_vf_owdenoise = { -- cgit v1.2.3