[Openais] trailing blanks have snuck back in

Jim Meyering jim at meyering.net
Fri Jun 19 03:37:56 PDT 2009


I've just rebased my "use gnulib' patch,
part of which adds the "make syntax-check" rule.
One of its checks is to ensure there are no trailing
blanks in version-controlled files.  That one failed with
many complaints.

I fixed them all with this:

    perl -pi -e 's/[ \t]+$//' $(git grep -E '[[:blank:]]+$')




More information about the Openais mailing list