[FFmpeg-cvslog] r24432 - trunk/cmdutils.c

stefano subversion
Thu Jul 22 15:05:01 CEST 2010


Author: stefano
Date: Thu Jul 22 15:05:01 2010
New Revision: 24432

Log:
Reindent.

Modified:
   trunk/cmdutils.c

Modified: trunk/cmdutils.c
==============================================================================
--- trunk/cmdutils.c	Thu Jul 22 15:04:58 2010	(r24431)
+++ trunk/cmdutils.c	Thu Jul 22 15:05:01 2010	(r24432)
@@ -307,13 +307,13 @@ void print_error(const char *filename, i
 #define PRINT_LIB_VERSION(outstream,libname,LIBNAME,flags)              \
     if (CONFIG_##LIBNAME) {                                             \
         if (flags & SHOW_VERSION) {                                     \
-        unsigned int version = libname##_version();                     \
-        fprintf(outstream, "%slib%-10s %2d.%2d.%2d / %2d.%2d.%2d\n",    \
-                flags & INDENT? "  " : "", #libname,                    \
-                LIB##LIBNAME##_VERSION_MAJOR,                           \
-                LIB##LIBNAME##_VERSION_MINOR,                           \
-                LIB##LIBNAME##_VERSION_MICRO,                           \
-                version >> 16, version >> 8 & 0xff, version & 0xff);    \
+            unsigned int version = libname##_version();                 \
+            fprintf(outstream, "%slib%-10s %2d.%2d.%2d / %2d.%2d.%2d\n", \
+                    flags & INDENT? "  " : "", #libname,                \
+                    LIB##LIBNAME##_VERSION_MAJOR,                       \
+                    LIB##LIBNAME##_VERSION_MINOR,                       \
+                    LIB##LIBNAME##_VERSION_MICRO,                       \
+                    version >> 16, version >> 8 & 0xff, version & 0xff); \
         }                                                               \
     }                                                                   \
 



More information about the ffmpeg-cvslog mailing list