Hi Ian,

On 10/11/2015 16:21, Ian Campbell wrote:
Signed-off-by: Ian Campbell <ian.campb...@citrix.com>

Reviewed-by: Julien Grall <julien.gr...@citrix.com>

Regards,

---
  xen/include/asm-arm/domain.h | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/xen/include/asm-arm/domain.h b/xen/include/asm-arm/domain.h
index e7e40da..c56f06e 100644
--- a/xen/include/asm-arm/domain.h
+++ b/xen/include/asm-arm/domain.h
@@ -35,11 +35,11 @@ extern int dom0_11_mapping;
  #define is_domain_direct_mapped(d) ((d) == hardware_domain && dom0_11_mapping)

  struct vtimer {
-        struct vcpu *v;
-        int irq;
-        struct timer timer;
-        uint32_t ctl;
-        uint64_t cval;
+    struct vcpu *v;
+    int irq;
+    struct timer timer;
+    uint32_t ctl;
+    uint64_t cval;
  };

  struct arch_domain


--
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to