Re: Preliminary sys/netinet style patch

2004-07-06 Thread Dag-Erling Smørgrav
Xin LI <[EMAIL PROTECTED]> writes: > I have a patchset to remove tailing spaces, convert leading spaces > to tabs, and removes spaces before tabs. As a rule, we never do this except in conjunction with other changes. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED]

Re: Preliminary sys/netinet style patch

2004-06-24 Thread Robert Watson
On Fri, 25 Jun 2004, Xin LI wrote: > I have a patchset to remove tailing spaces, convert leading spaces to > tabs, and removes spaces before tabs. The patchset is generated with the > following shell command sequence: > > sed -i '' -E s/\ \ /\ /g *.c *.h > sed -i '' -E s/^\ \ \ \ \ \

Preliminary sys/netinet style patch

2004-06-24 Thread Xin LI
Hi folks, I have a patchset to remove tailing spaces, convert leading spaces to tabs, and removes spaces before tabs. The patchset is generated with the following shell command sequence: sed -i '' -E s/\ \ /\ /g *.c *.h sed -i '' -E s/^\ \ \ \ \ \ \ \ /\ /g *.c *.h sed -i '' -E s/\