OSDN Git Service

Reindent after the last commit.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 5 May 2010 21:45:00 +0000 (21:45 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 5 May 2010 21:45:00 +0000 (21:45 +0000)
Originally committed as revision 23034 to svn://svn.ffmpeg.org/ffmpeg/trunk

cmdutils.c

index 592d52a..7a58cea 100644 (file)
@@ -294,9 +294,9 @@ void print_error(const char *filename, int err)
     char errbuf[128];
     const char *errbuf_ptr = errbuf;
 
-        if (av_strerror(err, errbuf, sizeof(errbuf)) < 0)
-            errbuf_ptr = strerror(AVUNERROR(err));
-        fprintf(stderr, "%s: %s\n", filename, errbuf_ptr);
+    if (av_strerror(err, errbuf, sizeof(errbuf)) < 0)
+        errbuf_ptr = strerror(AVUNERROR(err));
+    fprintf(stderr, "%s: %s\n", filename, errbuf_ptr);
 }
 
 #define PRINT_LIB_VERSION(outstream,libname,LIBNAME,indent)             \