1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-11 20:05:06 +02:00

cosmetics: indentation

Originally committed as revision 15012 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2008-08-28 23:16:21 +00:00
parent 260e09305b
commit 86662b1c89

View 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);
}
/**