mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* infrun.c (handle_inferior_event): Remove unneeded extra brace.
Leave the indentation temporarily untouched, to minimize the diffs.
This commit is contained in:
parent
cdecafbee8
commit
46c415d23a
@ -1,3 +1,8 @@
|
||||
2002-07-18 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* infrun.c (handle_inferior_event): Remove unneeded extra brace.
|
||||
Leave the indentation temporarily untouched, to minimize the diffs.
|
||||
|
||||
2002-07-18 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* stabsread.c: Make os9k sections of the code obsolete,
|
||||
|
@ -1418,8 +1418,6 @@ handle_inferior_event (struct execution_control_state *ecs)
|
||||
target_last_wait_ptid = ecs->ptid;
|
||||
target_last_waitstatus = *ecs->wp;
|
||||
|
||||
/* Keep this extra brace for now, minimizes diffs. */
|
||||
{
|
||||
switch (ecs->infwait_state)
|
||||
{
|
||||
case infwait_thread_hop_state:
|
||||
@ -2936,8 +2934,6 @@ handle_inferior_event (struct execution_control_state *ecs)
|
||||
}
|
||||
|
||||
keep_going (ecs);
|
||||
|
||||
} /* extra brace, to preserve old indentation */
|
||||
}
|
||||
|
||||
/* Are we in the middle of stepping? */
|
||||
|
Loading…
Reference in New Issue
Block a user