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] Correct some whitespace/newline style issues


Hi Dan,

On Mon, 3 Jul 2006, Daniel Berlin wrote:
> > ! void
> >   init_alias_heapvars (void)
> > --- 4686,4692 ----
> > ! void
> >   init_alias_heapvars (void)
>
> So what is different here?
> Is there trailing whitespace or something?

Sorry.  Yes, it's trailing whitespace.  My regular expression for
identifying this class of problems also identified cases where we
have "void " (i.e. with a trailing space) at the beginning of a line.
It seemed easier to also fix this form of GCC style non-conformance
in the same patch than to refine my regexp to overlook this related
issue.

Roger
--


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