summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-02-15 21:41:23 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-02-15 21:41:23 +0000
commita5b5d95a705f98095327ca680253528297c1dba1 (patch)
tree598a3a4b07a34740a365698f513a225bff931633 /libavfilter/avfilter.c
parentb3431ecde28c9bf139224ed6f16a38c937c3772b (diff)
Cosmetical: indentation
Commited in SoC by Vitor Sessak on 2008-02-11 17:17:15 Originally committed as revision 12053 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r--libavfilter/avfilter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index e7139c7fa5..75140bbabc 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -146,8 +146,8 @@ int avfilter_config_links(AVFilterContext *filter)
return -1;
if((config_link = link_dpad(link).config_props))
- if(config_link(link))
- return -1;
+ if(config_link(link))
+ return -1;
link->init_state = AVLINK_INIT;
}