# HG changeset patch # User jbr # Date 1219965381 0 # Node ID a781fc312ccc2260515fe9221238ff3c6f4c7c4e # Parent 6f4d3d30767697405c5c8d57a6b7304ad75b6ecd cosmetics: indentation diff -r 6f4d3d307676 -r a781fc312ccc ac3dec.c --- 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); } /**