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
Hi Ludovic,
fine with me. maybe even indent the whole file to fix other stuff as
well? I prefer the linux kernel version "Lindent" or:
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs
however you can't run that on all files - some code is very nested and
becomes unreadable with that indentati
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