Re: [PATCH][1/3] pwc-uncompress cleanup - whitespace cleanups.

From: Jörn Engel
Date: Tue Jun 21 2005 - 03:55:05 EST


On Mon, 20 June 2005 23:11:19 +0200, Jesper Juhl wrote:
>
> There are no functional changes made by the patch.
>
> [...]
>
> - dstv += (stride >> 1);
> + *dstv++ = *src++;
> else
> - dstu += (stride >> 1);
> + *dstu++ = *src++;

Your claim above may be true, but that's somewhat hard to verify. At
the very least, this is *not* a pure whitespace cleanup.

Jörn

--
The story so far:
In the beginning the Universe was created. This has made a lot
of people very angry and been widely regarded as a bad move.
-- Douglas Adams
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/