From a4d0b8315f5ca83b29e9ef1481e363eeeb6befa8 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Mon, 2 Jan 2012 03:59:35 +0000 Subject: [PATCH] gdb/ * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent. --- gdb/ChangeLog | 4 ++++ gdb/inf-ptrace.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index db26777..00b3989 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-01-02 Yao Qi + + * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent. + 2012-01-02 Jan Kratochvil Joel Brobecker diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c index 8f0d08b..cb3e559 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; -- 2.7.4