[FFmpeg-cvslog] r19929 - trunk/libavcodec/atrac1.c

compn tempn
Sun Sep 20 21:49:10 CEST 2009


On Sun, 20 Sep 2009 19:23:04 +0200, Diego Biurrun wrote:
>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.

you dont diff -wb ?

-compn



More information about the ffmpeg-cvslog mailing list