* infrun.c (handle_inferior_event): Correct indentation.
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 15 Jun 2012 08:50:29 +0000 (08:50 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 15 Jun 2012 08:50:29 +0000 (08:50 +0000)
gdb/ChangeLog
gdb/infrun.c

index 3e949525d4b286c18655421f2f9b0e0100908cd8..37148af337a4aab5595e2c93336f9287315d9085 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * infrun.c (handle_inferior_event): Correct indentation.
+
 2012-06-14  Doug Evans  <dje@google.com>
 
        * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
index a260620047f6d08945d3eb01a271d2adbc98f4e9..95a3ae9583d65fc8f14ee6d9378f9547d641e8db 100644 (file)
@@ -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);