gdb/
authorYao Qi <yao@codesourcery.com>
Mon, 2 Jan 2012 03:59:35 +0000 (03:59 +0000)
committerYao Qi <yao@codesourcery.com>
Mon, 2 Jan 2012 03:59:35 +0000 (03:59 +0000)
* inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.

gdb/ChangeLog
gdb/inf-ptrace.c

index db26777..00b3989 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-02  Yao Qi  <yao@codesourcery.com>
+
+       * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
+
 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
            Joel Brobecker  <brobecker@adacore.com>
 
index 8f0d08b..cb3e559 100644 (file)
@@ -590,7 +590,7 @@ inf_ptrace_xfer_partial (struct target_ops *ops, enum target_object object,
        struct ptrace_io_desc piod;
 
        if (writebuf)
-               return -1;
+         return -1;
        piod.piod_op = PIOD_READ_AUXV;
        piod.piod_addr = readbuf;
        piod.piod_offs = (void *) (long) offset;