From 65a3429e7ac107dc05f8c65d93cd3a5ba6652eba Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefasab@gmail.com>
Date: Fri, 13 Dec 2013 00:18:04 +0100
Subject: [PATCH] ffprobe: add cosmetical empty line

---
 ffprobe.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ffprobe.c b/ffprobe.c
index 46c232e1daf..8afe5cbc881 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -2381,6 +2381,7 @@ static int probe_file(WriterContext *wctx, const char *filename)
             writer_print_section_footer(wctx);
         CHECK_END;
     }
+
     if (do_show_programs) {
         ret = show_programs(wctx, fmt_ctx);
         CHECK_END;
-- 
GitLab