summaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.c
diff options
context:
space:
mode:
authorqiyao <qiyao>2012-01-02 03:59:35 +0000
committerqiyao <qiyao>2012-01-02 03:59:35 +0000
commit9b71162acf306b7fbed70cdb47cf7630ef0cedfe (patch)
tree2cc1eab11f587b6e4237cae59416aa34dc0e194c /gdb/inf-ptrace.c
parent05d94e0dd05eae853c6d056f7880f68814c30eb8 (diff)
downloadgdb-9b71162acf306b7fbed70cdb47cf7630ef0cedfe.tar.gz
gdb/
* inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
Diffstat (limited to 'gdb/inf-ptrace.c')
-rw-r--r--gdb/inf-ptrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c
index 8f0d08b7a63..cb3e559a018 100644
--- a/gdb/inf-ptrace.c
+++ b/gdb/inf-ptrace.c
@@ -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;