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]

[PATCHES] remove unneded brace in infrun.c and then re-indent file


As recommended by Elena Z. and Kevin B., I am posting the following
patches, to be applied to the same file (namely infrun.c) consecutively.
I will wait for 24 to 48 hours and will then commit these 2 changes,
unless somebody objects.

The first patch just removes the extra braces, without any indentation
change. This temporarily leaves the function with an incorrect
indentation on purpose to facilitate the review. The second patch then
fixes the indentation problems for the entire file. It is much harder to
read, but the indentation has been automatically done by gdb_indent.sh.

ChangeLogs:

2002-07-17  Joel Brobecker  <brobecker@gnat.com>

        * infrun.c (handle_inferior_event): Remove unneeded extra brace.
        
2002-07-17  Joel Brobecker  <brobecker@gnat.com>

        * infrun.c: Re-indent using gdb_indent.sh.

-- 
Joel

Attachment: brace-infrun.c.diff
Description: brace-infrun.c.diff

Attachment: indent-infrun.c.diff
Description: Text document


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