* mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
authorMaciej W. Rozycki <macro@linux-mips.org>
Wed, 24 Jul 2013 22:23:12 +0000 (22:23 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Wed, 24 Jul 2013 22:23:12 +0000 (22:23 +0000)
formatting.

gdb/ChangeLog
gdb/mips-tdep.c

index 2ebf9dbaa76008b913ee0cc84632f4560b84d6b4..5323efe14e73ad8e9e7c48981a07457a3f83fd5d 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
+       formatting.
+
 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
 
        * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
index f60a8447528cd5f770c26849f57b00dbd4a4994e..bcbdcc5519f9aacdf4ac1f373fa821a278ae68f0 100644 (file)
@@ -3943,7 +3943,7 @@ micromips_deal_with_atomic_sequence (struct gdbarch *gdbarch,
 
   /* Effectively inserts the breakpoints.  */
   for (index = 0; index <= last_breakpoint; index++)
-      insert_single_step_breakpoint (gdbarch, aspace, breaks[index]);
+    insert_single_step_breakpoint (gdbarch, aspace, breaks[index]);
 
   return 1;
 }