From 90e84a54da6addaa393f2bc01a3af23a7f2c4212 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 15 Nov 2019 15:01:05 -0500 Subject: [PATCH] xen: arm: fix indentation of struct vtimer Signed-off-by: Ian Campbell Acked-by: Julien Grall --- 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 86ebdd2bcf..f3f3fb7d7f 100644 --- a/xen/include/asm-arm/domain.h +++ b/xen/include/asm-arm/domain.h @@ -35,11 +35,11 @@ enum domain_type { #define is_domain_direct_mapped(d) ((d) == hardware_domain) 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 -- 2.30.2