changeset 5884:416041cfd600 libavformat

Reindent
author mstorsjo
date Thu, 25 Mar 2010 07:14:41 +0000
parents fd37c39041cd
children a1a309c4a751
files utils.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Thu Mar 25 07:13:20 2010 +0000
+++ b/utils.c	Thu Mar 25 07:14:41 2010 +0000
@@ -3468,9 +3468,9 @@
 {
     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',