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] r*.c: Fix formatting.


Hi,

> This is debatable.  Spelling errors in comments are one thing, but
> search-and-replace patches to correct bad formatting have a nontrivial
> probability of breaking code.

I do search, but I correct things manually, though.  This way, I can
avoid, for example, replacing

  #define MACRO(A, B, C)

with 

  #define MACRO (A, B, C)

as #define want to have '(' right next to it.

Kazu Hirata


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