Hello,

On Tue, Apr 19, 2011 at 10:09, Ludovic Rousseau
<ludovic.rouss...@gmail.com> wrote:
> 5 years ago I sent [1] a script to remove all the extra spaces and
> tabs at end of lines.
>
> The script is simple:
> $ find . -name '*.[ch]' | xargs perl -pi -e 's/\t+$//; s/ +$//'
> but it will generate a HUGE patch.
>
> Martin, feel free to use it to fix any trailing spaces and tabs.
Good idea. Any imaginable pros or cons for doing this right before (no
more code modification) or right after (lots of coming modifications)
0.12.1 release?

Thanks,
Martin
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to