Skip to content

Commit

Permalink
cmdutils: remove a superfluous line break
Browse files Browse the repository at this point in the history
Signed-off-by: James Almer <[email protected]>
  • Loading branch information
jamrial committed Mar 17, 2018
1 parent a7a8320 commit 055f60e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fftools/cmdutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 055f60e

Please sign in to comment.