From: Yao Qi Date: Mon, 10 Jul 2017 10:53:44 +0000 (+0100) Subject: Re-indent the code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e1e43e14021573158dfd170f8e67e02a4c6b4b4;p=binutils-gdb.git Re-indent the code gdb/gdbserver: 2017-07-10 Yao Qi * linux-x86-low.c (x86_linux_read_description): Re-indent the code. --- diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 4ae5b33b591..c505ccfe6ef 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2017-07-10 Yao Qi + + * linux-x86-low.c (x86_linux_read_description): Re-indent the code. + 2017-06-29 Yao Qi * tdesc.h (struct target_desc) [IN_PROCESS_AGENT] : diff --git a/gdb/gdbserver/linux-x86-low.c b/gdb/gdbserver/linux-x86-low.c index b39026ceae8..12c7a1b156b 100644 --- a/gdb/gdbserver/linux-x86-low.c +++ b/gdb/gdbserver/linux-x86-low.c @@ -809,7 +809,7 @@ x86_linux_read_description (void) /* Check the native XCR0 only if PTRACE_GETREGSET is available. */ xcr0_features = (have_ptrace_getregset - && (xcr0 & X86_XSTATE_ALL_MASK)); + && (xcr0 & X86_XSTATE_ALL_MASK)); if (xcr0_features) x86_xcr0 = xcr0;