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? Maybe a more trustworthy person
want to do it?

Bye

--
  Dr Ludovic Rousseau
_______________________________________________
opensc-devel mailing list
[email protected]
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to