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]

[RFC] unneeded extra brace in infrun.c (handle_inferior_event)


While reading the code, I found this comment along the extra unneeded
brace:

     /* Keep this extra brace for now, minimizes diffs.  */
     {

This brace causes an extra 2 characters indentation to the right for the
entire function (which is quite long, actually).  No big deal, but it
would take me very little time to remove it if that's useful. Shall I do
it?

-- 
Joel


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