cmdutils: remove a superfluous line break

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2018-03-17 11:53:56 -03:00
parent a7a8320c4f
commit 055f60e874

View File

@ -1909,7 +1909,6 @@ static void show_help_bsf(const char *name)
printf("Bit stream filter %s\n", bsf->name);
if (bsf->priv_class)
show_help_children(bsf->priv_class, AV_OPT_FLAG_BSF_PARAM);
printf("\n");
}
int show_help(void *optctx, const char *opt, const char *arg)