Re-indent the code
authorYao Qi <yao.qi@linaro.org>
Mon, 10 Jul 2017 10:53:44 +0000 (11:53 +0100)
committerYao Qi <yao.qi@linaro.org>
Mon, 10 Jul 2017 10:53:44 +0000 (11:53 +0100)
gdb/gdbserver:

2017-07-10  Yao Qi  <yao.qi@linaro.org>

* linux-x86-low.c (x86_linux_read_description): Re-indent the code.

gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-x86-low.c

index 4ae5b33b5914cce2a7e8da8f8f555a2e0cb9ebb9..c505ccfe6ef0ebe9c296e8b3ad2de2927412b338 100644 (file)
@@ -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>:
index b39026ceae8fbc0ff92c000107f3c3febf6bef37..12c7a1b156bdc582e912fe781b2bc6accc9899ec 100644 (file)
@@ -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;
This page took 0.03624 seconds and 4 git commands to generate.