Browse code

ffprobe: reindent after the last commit

Stefano Sabatini authored on 2011/12/29 20:52:04
Showing 1 changed files
... ...
@@ -1403,10 +1403,10 @@ static int probe_file(const char *filename)
1403 1403
     writer_print_header(wctx);
1404 1404
     ret = open_input_file(&fmt_ctx, filename);
1405 1405
     if (ret >= 0) {
1406
-    PRINT_CHAPTER(packets);
1407
-    PRINT_CHAPTER(streams);
1408
-    PRINT_CHAPTER(format);
1409
-    avformat_close_input(&fmt_ctx);
1406
+        PRINT_CHAPTER(packets);
1407
+        PRINT_CHAPTER(streams);
1408
+        PRINT_CHAPTER(format);
1409
+        avformat_close_input(&fmt_ctx);
1410 1410
     }
1411 1411
     writer_print_footer(wctx);
1412 1412
     writer_close(&wctx);