This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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] Minor reformatting in infrun.c


Joel Brobecker wrote:
> 
> I am about to touch this part of the code, and it needed a bit of
> reformatting, so I thought I'd commit the reformatting separately.
> 
> 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
> 
>         * infrun.c (handle_inferior_event): Minor reformatting, to make
>         a rather long condition expression easier to read.
> 
> --
> Joel


Joel, 

I hate long lines as much as anybody, but I hate defeating indent
even more.  The middle part of this is just going to go back to 
the right again, the first time indent gets run.

You might prefer to have it happen under your control...


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