Re: [PATCH 1/3] lib/string.c cleanup : whitespace and CodingStyle cleanups

From: Alexey Dobriyan
Date: Fri Sep 23 2005 - 17:55:35 EST


On Fri, Sep 23, 2005 at 11:48:44PM +0200, Jesper Juhl wrote:
> Whitespace and CodingStyle cleanups for lib/string.c
>
> Removes some blank lines, removes some trailing whitespace, adds spaces
> after commas and a few similar changes.

> -char * strcpy(char * dest,const char *src)
> +char *strcpy(char *dest, const char *src)
^^^

Why? Seriously.

-
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/