* aix-thread.c (pdc_read_regs): Minor reformatting.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 17 Mar 2008 19:00:31 +0000 (19:00 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 17 Mar 2008 19:00:31 +0000 (19:00 +0000)
gdb/ChangeLog
gdb/aix-thread.c

index cc9020e..d94d7cf 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * aix-thread.c (pdc_read_regs): Minor reformatting.
+
 2008-03-17  Vladimir Prus  <vladimir@codesourcery.com>
 
        * thread.c (print_thread_info): Don't insist
index c620ce3..a956df2 100644 (file)
@@ -365,7 +365,7 @@ pdc_read_regs (pthdb_user_t user,
     {
       if (!ptrace32 (PTT_READ_FPRS, tid, (int *) fprs, 0, NULL))
        memset (fprs, 0, sizeof (fprs));
-         memcpy (context->fpr, fprs, sizeof(fprs));
+      memcpy (context->fpr, fprs, sizeof(fprs));
     }
 
   /* Special-purpose registers.  */