This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Summer of Code 2006


On 4/18/06, Allan Sandfeld Jensen <linux@carewolf.com> wrote:
> On Monday 17 April 2006 12:21, Jan-Benedict Glaw wrote:
> > On Sun, 2006-04-16 21:30:08 -0700, Ian Lance Taylor <ian@airs.com> wrote:
> >   * Trailing whitespace patrol.
> find . -name "*\.[ch]" | xargs perl -pi -e's/\s*$/\n/'

Or `egrep "[ \t]$" *.[ch]' ??

Gr.
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]