[FFmpeg-cvslog] r19929 - trunk/libavcodec/atrac1.c
Diego Biurrun
diego
Sun Sep 20 19:23:04 CEST 2009
On Sun, Sep 20, 2009 at 07:16:12PM +0200, diego wrote:
>
> Log:
> K&R coding style whitespace cosmetics
>
> --- trunk/libavcodec/atrac1.c Sun Sep 20 16:09:27 2009 (r19928)
> +++ trunk/libavcodec/atrac1.c Sun Sep 20 19:16:12 2009 (r19929)
> @@ -110,10 +110,10 @@ static void at1_imdct(AT1Ctx *q, float *
>
> - unsigned int start_pos, ref_pos=0, pos = 0;
> + unsigned int start_pos, ref_pos = 0 pos = 0;
Hmm, that's an embarassing typo..
Compilation tests are enough to check whitespace changes normally.
Moments after committing I remembered that this file is not yet
activated, so that my tree compilation did not in fact test it. Manual
compilation confirmed that I had just earned my daily dose of
embarassment. Oh well...
On the up side, I never actually broke compilation since the file is not
yet compiled. So I'll halve the well-deserved punishment and assign
myself 5l of Cola instead of 10l ;-p
Diego
More information about the ffmpeg-cvslog
mailing list