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] Whitespace fixes


On Fri, Jun 5, 2009 at 9:26 PM, Bernhard
Reutner-Fischer<rep.dot.nop@gmail.com> wrote:
> :ADDPATCH gcc:
>
> ? ? ? ?* c-opts.c (c_common_handle_option): Fix whitespace.
> ? ? ? ?* gthr.h: Ditto.
> ? ? ? ?* passes.c (rest_of_decl_compilation): Ditto.
> ? ? ? ?* ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output.

We don't generally do whitespace fixes as that only causes merge issues
for others.  Instead when people do changes they may fixup whitespace
issues around their changes.

Richard.

> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
> ---
> ?gcc/ChangeLog ? ? ? ? ?| ? ?7 +++++++
> ?gcc/c-opts.c ? ? ? ? ? | ? ?6 +++---
> ?gcc/gthr.h ? ? ? ? ? ? | ? ?8 ++++----
> ?gcc/ipa-struct-reorg.c | ? ?2 +-
> ?gcc/passes.c ? ? ? ? ? | ? ?1 +
> ?5 files changed, 16 insertions(+), 8 deletions(-)
>
>


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