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]
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/^\ \ \ \ \ \
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/\