[FFmpeg-cvslog] r22666 - trunk/libavformat/utils.c

mstorsjo subversion
Thu Mar 25 08:14:41 CET 2010


Author: mstorsjo
Date: Thu Mar 25 08:14:41 2010
New Revision: 22666

Log:
Reindent

Modified:
   trunk/libavformat/utils.c

Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	Thu Mar 25 08:13:20 2010	(r22665)
+++ trunk/libavformat/utils.c	Thu Mar 25 08:14:41 2010	(r22666)
@@ -3468,9 +3468,9 @@ char *ff_data_to_hex(char *buff, const u
 {
     int i;
     static const char hex_table_uc[16] = { '0', '1', '2', '3',
-                                        '4', '5', '6', '7',
-                                        '8', '9', 'A', 'B',
-                                        'C', 'D', 'E', 'F' };
+                                           '4', '5', '6', '7',
+                                           '8', '9', 'A', 'B',
+                                           'C', 'D', 'E', 'F' };
     static const char hex_table_lc[16] = { '0', '1', '2', '3',
                                            '4', '5', '6', '7',
                                            '8', '9', 'a', 'b',



More information about the ffmpeg-cvslog mailing list