* aix-thread.c (pdc_read_regs): Minor reformatting.
[deliverable/binutils-gdb.git] / gdb / aix-thread.c
index c620ce3a4281572ab5c7fe6d597a19b5c845223f..a956df2596f9d1e397b4fc91c63a31081aeb7220 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.  */
This page took 0.024023 seconds and 4 git commands to generate.