]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
xen: arm: fix indentation of struct vtimer
authorIan Campbell <ian.campbell@citrix.com>
Fri, 15 Nov 2019 20:01:05 +0000 (15:01 -0500)
committerJulien Grall <julien@xen.org>
Tue, 3 Dec 2019 11:35:33 +0000 (11:35 +0000)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien@xen.org>
xen/include/asm-arm/domain.h

index 86ebdd2bcf254b75687cb4cc14f5c94993d7f9eb..f3f3fb7d7fb7480835139dcfd74bd208dedb102d 100644 (file)
@@ -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