Date: Thu, 24 Jun 2004 23:51:08 -0400 (EDT) From: Robert Watson <rwatson@FreeBSD.org> To: Xin LI <delphij@frontfree.net> Cc: hackers@FreeBSD.org Subject: Re: Preliminary sys/netinet style patch Message-ID: <Pine.NEB.3.96L.1040624234727.26400F-100000@fledge.watson.org> In-Reply-To: <20040625033718.GA1691@frontfree.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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/^\ \ \ \ \ \ \ \ /\ /g *.c *.h > sed -i '' -E s/\ \ \ \ \ \ \ \ \ /\ \ /g *.c *.h > sed -i '' -E s/\ +\$//g *.c *.h > > Because the patchset may cause many conflicit with developers working on > netinet/, is this valuable to apply the patchset right now? I think it would make sense to defer this until merging of the netperf, ipfw, and arp-related changes is completed. However, I'm happy to get these and related cleanups into the code just before 5.3. If a month passes and it hasn't happened, please ping me. :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1040624234727.26400F-100000>