From 89475efd26ebc38259062732e141f80bb4e5704c Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 24 May 2008 20:39:48 +0000 Subject: Cosmetics: alignment Commited in SoC by Vitor Sessak on 2008-04-10 21:10:06 Originally committed as revision 13306 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/graphparser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 5b3a5464c2..1ec96b75b3 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -225,10 +225,10 @@ static int parse_inouts(const char **buf, AVFilterInOut **inout, int pad, return -1; } - inoutn->type = type; - inoutn->filter = filter; + inoutn->type = type; + inoutn->filter = filter; inoutn->pad_idx = pad++; - inoutn->next = *inout; + inoutn->next = *inout; *inout = inoutn; } return pad; -- cgit v1.2.3