This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Re-indent the code


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2e1e43e14021573158dfd170f8e67e02a4c6b4b4

commit 2e1e43e14021573158dfd170f8e67e02a4c6b4b4
Author: Yao Qi <yao.qi@linaro.org>
Date:   Mon Jul 10 11:53:44 2017 +0100

    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.

Diff:
---
 gdb/gdbserver/ChangeLog       | 4 ++++
 gdb/gdbserver/linux-x86-low.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 4ae5b33..c505ccf 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-10  Yao Qi  <yao.qi@linaro.org>
+
+	* linux-x86-low.c (x86_linux_read_description): Re-indent the code.
+
 2017-06-29  Yao Qi  <yao.qi@linaro.org>
 
 	* tdesc.h (struct target_desc) [IN_PROCESS_AGENT] <expedite_regs>:
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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]