Re: [patch] big whitespace cleanup in sys/kern/*

2010-08-04 Thread Bob Bishop
Hi, On 3 Aug 2010, at 18:58, Jamie Gritton wrote: I always understood that is was a style error *not* to have at least some whitespace before a label, that only top-level objects should be pushed all the way to the left column. Style(9) appears to be silent on this issue. Labels are special

Re: [patch] big whitespace cleanup in sys/kern/*

2010-08-04 Thread Ulrich Spörlein
On Tue, 03.08.2010 at 17:21:45 -0700, Steve Kargl wrote: On Tue, Aug 03, 2010 at 05:40:05PM -0400, Thomas Dickey wrote: On Tue, Aug 03, 2010 at 11:22:36AM -0700, Julian Elischer wrote: On 8/3/10 2:34 AM, pluknet wrote: Hi. I looked into sys/kern/* files to fix a bunch of common w/s

[patch] big whitespace cleanup in sys/kern/*

2010-08-03 Thread pluknet
Hi. I looked into sys/kern/* files to fix a bunch of common w/s style issues (221): - leading space before label; - leading space(s) before tab; - space(s) instead of tab(s); - space(s) in blank like. I tried to be conservative and didn't touch semi-contrib files and those with its own style.

Re: [patch] big whitespace cleanup in sys/kern/*

2010-08-03 Thread Jamie Gritton
On 08/03/10 03:34, pluknet wrote: I looked into sys/kern/* files to fix a bunch of common w/s style issues (221): - leading space before label; - leading space(s) beforetab; - space(s) instead oftab(s); - space(s) in blank like. I tried to be conservative and didn't touch semi-contrib files and

Re: [patch] big whitespace cleanup in sys/kern/*

2010-08-03 Thread Julian Elischer
On 8/3/10 2:34 AM, pluknet wrote: Hi. I looked into sys/kern/* files to fix a bunch of common w/s style issues (221): - leading space before label; - leading space(s) beforetab; - space(s) instead oftab(s); - space(s) in blank like. I tried to be conservative and didn't touch semi-contrib

Re: [patch] big whitespace cleanup in sys/kern/*

2010-08-03 Thread Thomas Dickey
On Tue, Aug 03, 2010 at 11:22:36AM -0700, Julian Elischer wrote: On 8/3/10 2:34 AM, pluknet wrote: Hi. I looked into sys/kern/* files to fix a bunch of common w/s style issues (221): - leading space before label; - leading space(s) beforetab; - space(s) instead oftab(s); - space(s) in

Re: [patch] big whitespace cleanup in sys/kern/*

2010-08-03 Thread Steve Kargl
On Tue, Aug 03, 2010 at 05:40:05PM -0400, Thomas Dickey wrote: On Tue, Aug 03, 2010 at 11:22:36AM -0700, Julian Elischer wrote: On 8/3/10 2:34 AM, pluknet wrote: Hi. I looked into sys/kern/* files to fix a bunch of common w/s style issues (221): - leading space before label; -