cosmetics: indentation
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 28 Aug 2008 23:16:21 +0000 (23:16 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Thu, 28 Aug 2008 23:16:21 +0000 (23:16 +0000)
Originally committed as revision 15012 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ac3dec.c

index 3ecda4c..3d403aa 100644 (file)
@@ -599,7 +599,7 @@ static void decode_transform_coeffs(AC3DecodeContext *s, int blk)
     }
 
     /* if any channel doesn't use dithering, zero appropriate coefficients */
-        remove_dithering(s);
+    remove_dithering(s);
 }
 
 /**