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

Cheers,
-- 
Xin LI <delphij frontfree net>  http://www.delphij.net/
See complete headers for GPG key and other information.

Attachment: patch-netinet.bz2
Description: Binary data

Attachment: pgpdIr4DGxPEh.pgp
Description: PGP signature

Reply via email to