[MPlayer-dev-eng] [PATCH] make cache2.c readable (was:"lockless" cache2 looks buggy)
Diego Biurrun
diego at biurrun.de
Thu Aug 31 20:23:40 CEST 2006
On Sun, Aug 27, 2006 at 03:48:01PM +0200, Denis Vlasenko wrote:
>
> Patch makes indentation consistent and adds
> some whitespace so that code is easier to read.
> Some long lines wrapped.
>
> No real code changes.
>
> --- cache2.0/stream/cache2.c 2006-08-18 20:30:35.000000000 +0200
> +++ cache2.1/stream/cache2.c 2006-08-21 20:15:43.000000000 +0200
> @@ -35,333 +35,347 @@ int stream_seek_long(stream_t *s,off_t p
>
> -static int min_fill=0;
> +static int min_fill;
This is more than a whitespace change, patch rejected. Whitespace
changes must not be mixed with other changes.
Diego
More information about the MPlayer-dev-eng
mailing list