ffprobe: small align cosmetic in json writer struct init.

pull/2/head
Clément Bœsch 13 years ago
parent 9813af259a
commit 69a501e6a1
  1. 1
      ffprobe.c

@ -852,7 +852,6 @@ static void json_show_tags(WriterContext *wctx, AVDictionary *dict)
static const Writer json_writer = {
.name = "json",
.priv_size = sizeof(JSONContext),
.init = json_init,
.uninit = json_uninit,
.print_header = json_print_header,

Loading…
Cancel
Save