changeset 9464:b949a56ecc07 libavcodec

cosmetics: reindent after last commit
author kostya
date Fri, 17 Apr 2009 14:10:24 +0000
parents d719a2711c64
children 9dcb191f1df3
files wnv1.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/wnv1.c	Fri Apr 17 14:09:56 2009 +0000
+++ b/wnv1.c	Fri Apr 17 14:10:24 2009 +0000
@@ -136,9 +136,9 @@
 
     code_vlc.table = code_table;
     code_vlc.table_allocated = 1 << CODE_VLC_BITS;
-        init_vlc(&code_vlc, CODE_VLC_BITS, 16,
-                    &code_tab[0][1], 4, 2,
-                    &code_tab[0][0], 4, 2, INIT_VLC_USE_NEW_STATIC);
+    init_vlc(&code_vlc, CODE_VLC_BITS, 16,
+             &code_tab[0][1], 4, 2,
+             &code_tab[0][0], 4, 2, INIT_VLC_USE_NEW_STATIC);
 
     return 0;
 }