From 69a501e6a1a5cbd6fd47ad09a6e0f9edad5d5b7b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <ubitux@gmail.com>
Date: Wed, 16 Nov 2011 19:37:11 +0100
Subject: [PATCH] ffprobe: small align cosmetic in json writer struct init.

---
 ffprobe.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ffprobe.c b/ffprobe.c
index d1b26becd24..88645941964 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,
-- 
GitLab