Ludovic Rousseau wrote:
Hello,
I remarked that "some" files have spaces or tabs just before the end
of line. You generally do not see them in your editor but it does not
hurt to remove them either.
This will generate a rather large patch (11424 lines for opensc and
712 lines for openct) so I do not want to send it here before I
commit.
I started doing the changes by hand but then used my brain and wrote a
script. It is:
find . -name '*.[ch]' | xargs perl -pi -e 's/\t+$//; s/ +$//'
Any objection to such a bug commit?
if it's important for you (why ?) commit it. I don't think it's worth
the effort.
Maybe a more trustworthy person want to do it?
I hope everyone always reviews every commit anyway ;-)
Cheers,
Nils
_______________________________________________
opensc-devel mailing list
[email protected]
http://www.opensc-project.org/mailman/listinfo/opensc-devel