Browse code

ffprobe: add cosmetical empty line

Stefano Sabatini authored on 2013/12/13 08:18:04
Showing 1 changed files
... ...
@@ -2381,6 +2381,7 @@ static int probe_file(WriterContext *wctx, const char *filename)
2381 2381
             writer_print_section_footer(wctx);
2382 2382
         CHECK_END;
2383 2383
     }
2384
+
2384 2385
     if (do_show_programs) {
2385 2386
         ret = show_programs(wctx, fmt_ctx);
2386 2387
         CHECK_END;