From 9b71162acf306b7fbed70cdb47cf7630ef0cedfe Mon Sep 17 00:00:00 2001 From: qiyao Date: Mon, 2 Jan 2012 03:59:35 +0000 Subject: gdb/ * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent. --- gdb/inf-ptrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/inf-ptrace.c') 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; -- cgit v1.2.1