[FFmpeg-cvslog] r23177 - in branches/0.6: . cmdutils.c

siretart subversion
Wed May 19 10:04:41 CEST 2010


Author: siretart
Date: Wed May 19 10:04:41 2010
New Revision: 23177

Log:
Reindent after the last commit.

backport r23034 by stefano

Modified:
   branches/0.6/   (props changed)
   branches/0.6/cmdutils.c

Modified: branches/0.6/cmdutils.c
==============================================================================
--- branches/0.6/cmdutils.c	Wed May 19 10:04:25 2010	(r23176)
+++ branches/0.6/cmdutils.c	Wed May 19 10:04:41 2010	(r23177)
@@ -294,9 +294,9 @@ void print_error(const char *filename, i
     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)             \



More information about the ffmpeg-cvslog mailing list