diff bitstream.c @ 10269:74d5ddc5c0f6 libavcodec

Reindent.
author reimar
date Thu, 24 Sep 2009 22:37:34 +0000
parents 05190dd593c9
children fe761a493077
line wrap: on
line diff
--- a/bitstream.c	Thu Sep 24 22:36:52 2009 +0000
+++ b/bitstream.c	Thu Sep 24 22:37:34 2009 +0000
@@ -127,8 +127,8 @@
         if(use_static)
             abort(); //cant do anything, init_vlc() is used with too little memory
         vlc->table_allocated += (1 << vlc->bits);
-            vlc->table = av_realloc(vlc->table,
-                                    sizeof(VLC_TYPE) * 2 * vlc->table_allocated);
+        vlc->table = av_realloc(vlc->table,
+                                sizeof(VLC_TYPE) * 2 * vlc->table_allocated);
         if (!vlc->table)
             return -1;
     }