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
This commit is contained in:
Vitor Sessak 2008-02-15 21:41:23 +00:00
parent b3431ecde2
commit a5b5d95a70
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}