This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question for removing trailing whitespaces (not vertical tab) from source
- From: Brian Dessent <brian at dessent dot net>
- To: Kai Tietz <Kai dot Tietz at onevision dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 13 Mar 2007 11:15:27 -0700
- Subject: Re: Question for removing trailing whitespaces (not vertical tab) from source
- References: <OF5B068DD3.F893DCFC-ONC125729D.005630E6-C125729D.00566E88@onevision.de>
- Reply-to: gcc at gcc dot gnu dot org
Kai Tietz wrote:
> Ok, I will try for this. I have to find a different editor, which is not
> too smart as to remove trailing whitespaces ...
Or just add -w to the diff options when generating the patch.
Brian