
On Tuesday 10 February 2009 20:43:54 Andy Fleming wrote:
On Tue, Feb 10, 2009 at 7:01 PM, Mike Frysinger vapier@gentoo.org wrote:
On Tuesday 10 February 2009 19:55:35 Andy Fleming wrote:
diff --git a/include/net.h b/include/net.h index bbe0d4b..fc14615 100644 --- a/include/net.h +++ b/include/net.h @@ -116,18 +116,19 @@
looks like a lot of pointless whitespace changes when there should just be 1 new line: the prototype
They're not pointless, they fix it so that the lines are <= 80 characters wide. The comments had extra spaces which made every line look like:
foo blah /* this is a comment */ foo2 blah3 /* another one */
If people think the whitespace changes are too much, I'll move them into a separate patch.
throwing it in an unrelated patch looks wrong -mike