diff ac3dec.c @ 7717:a781fc312ccc libavcodec

cosmetics: indentation
author jbr
date Thu, 28 Aug 2008 23:16:21 +0000
parents 6f4d3d307676
children 61e12905c9af
line wrap: on
line diff
--- a/ac3dec.c	Thu Aug 28 23:04:15 2008 +0000
+++ b/ac3dec.c	Thu Aug 28 23:16:21 2008 +0000
@@ -599,7 +599,7 @@
     }
 
     /* if any channel doesn't use dithering, zero appropriate coefficients */
-        remove_dithering(s);
+    remove_dithering(s);
 }
 
 /**