Commit 69a501e6 authored by Clément Bœsch's avatar Clément Bœsch

ffprobe: small align cosmetic in json writer struct init.

parent 9813af25
......@@ -850,9 +850,8 @@ static void json_show_tags(WriterContext *wctx, AVDictionary *dict)
}
static const Writer json_writer = {
.name = "json",
.priv_size = sizeof(JSONContext),
.name = "json",
.priv_size = sizeof(JSONContext),
.init = json_init,
.uninit = json_uninit,
.print_header = json_print_header,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment