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 * infrun.c (handle_inferior_event): Remove unneeded extra brace. 2002-07-17 Joel Brobecker * infrun.c: Re-indent using gdb_indent.sh. -- Joel