« Return to Thread: [committed] infrun.c: Indentation fix (spaces vs tabs)

[committed] infrun.c: Indentation fix (spaces vs tabs)

by Maciej W. Rozycki-4 :: Rate this Message:

| View in Thread

Hi,

 Applied as obvious.

2012-06-15  Maciej W. Rozycki  <macro@...>

        gdb/
        * infrun.c (handle_inferior_event): Correct indentation.

  Maciej

Index: gdb/infrun.c
===================================================================
RCS file: /cvs/src/src/gdb/infrun.c,v
retrieving revision 1.545
diff -u -p -r1.545 infrun.c
--- gdb/infrun.c 14 Jun 2012 21:15:19 -0000 1.545
+++ gdb/infrun.c 15 Jun 2012 08:46:06 -0000
@@ -4069,10 +4069,10 @@ handle_inferior_event (struct execution_
  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);

 « Return to Thread: [committed] infrun.c: Indentation fix (spaces vs tabs)