This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 0/4] Fix leading and trailing whitespaces.


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  <neleai@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]