summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2012-06-15 08:50:24 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2012-06-15 08:50:24 +0000
commit069f45bc97e585b5407455c27ed2eb18fc54368a (patch)
tree098417892da1539d381f1ed7c21fd93ff6522ac2 /gdb/infrun.c
parent20f498edfd7e57d3297febcf9c7c7d667cc74239 (diff)
downloadgdb-069f45bc97e585b5407455c27ed2eb18fc54368a.tar.gz
* infrun.c (handle_inferior_event): Correct indentation.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index a260620047f..95a3ae9583d 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -4069,10 +4069,10 @@ handle_inferior_event (struct execution_control_state *ecs)
skip_inline_frames call would break things. Fortunately
that's an extremely unlikely scenario. */
if (!pc_at_non_inline_function (aspace, stop_pc, &ecs->ws)
- && !(ecs->event_thread->suspend.stop_signal == GDB_SIGNAL_TRAP
- && ecs->event_thread->control.trap_expected
- && pc_at_non_inline_function (aspace,
- ecs->event_thread->prev_pc,
+ && !(ecs->event_thread->suspend.stop_signal == GDB_SIGNAL_TRAP
+ && ecs->event_thread->control.trap_expected
+ && pc_at_non_inline_function (aspace,
+ ecs->event_thread->prev_pc,
&ecs->ws)))
{
skip_inline_frames (ecs->ptid);