diff --git a/ffprobe.c b/ffprobe.c
index d1b26becd2446a8be85b588941fec95be4599ce2..886459419643a351ddbf663a3f4bb3bb6598302d 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,