From 69a501e6a1a5cbd6fd47ad09a6e0f9edad5d5b7b Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Wed, 16 Nov 2011 19:37:11 +0100 Subject: ffprobe: small align cosmetic in json writer struct init. --- ffprobe.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ffprobe.c') diff --git a/ffprobe.c b/ffprobe.c index d1b26becd2..8864594196 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -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, -- cgit v1.2.3