On Wed, 12 Jun 2013, Ondřej Bílka wrote:
I am writing a tool to fix common style issues.
This is first part which deals with leading and trailing whitespaces.
I can follow this up with other refactorings, for example rewriting
K&R definitions.
Bonus points for asking first ;-)
2013-06-12 OndÅej BÃlka <nel...@seznam.cz>
* gcc/alias.c: Formatted by trailing_space.
* gcc/asan.c: Likewise.
No gcc/ before the file names.
* gcc/cp/call.c: Likewise.
There is a separate ChangeLog for this directory (same for testsuite, etc).
On Wed, 12 Jun 2013, Ondřej Bílka wrote:
A followup to previous patch is more general pass that changes leading
spaces to tabs followed by at most 8 spaces.
s/at most/less than/
--
Marc Glisse