aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-x86-low.c
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2017-07-10 11:53:44 +0100
committerYao Qi <yao.qi@linaro.org>2017-07-10 11:53:44 +0100
commit2e1e43e14021573158dfd170f8e67e02a4c6b4b4 (patch)
tree1a1b9c71b692e916d9776454de90940bf52c7a23 /gdb/gdbserver/linux-x86-low.c
parent3d99e817a90b2a37860d527f2fb5643e7b861e7d (diff)
downloadgdb-2e1e43e14021573158dfd170f8e67e02a4c6b4b4.zip
gdb-2e1e43e14021573158dfd170f8e67e02a4c6b4b4.tar.gz
gdb-2e1e43e14021573158dfd170f8e67e02a4c6b4b4.tar.bz2
Re-indent the code
gdb/gdbserver: 2017-07-10 Yao Qi <yao.qi@linaro.org> * linux-x86-low.c (x86_linux_read_description): Re-indent the code.
Diffstat (limited to 'gdb/gdbserver/linux-x86-low.c')
-rw-r--r--gdb/gdbserver/linux-x86-low.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/linux-x86-low.c b/gdb/gdbserver/linux-x86-low.c
index b39026c..12c7a1b 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;