]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
xen/domain: Remove trailing whitespace
authorAndrii Anisov <andrii_anisov@epam.com>
Tue, 11 Sep 2018 15:36:32 +0000 (18:36 +0300)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 11 Sep 2018 15:38:39 +0000 (16:38 +0100)
Signed-off-by: Andrii Anisov <andrii_anisov@epam.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/common/domain.c

index 2c05e5853dc649cc59b6b0d2b0fc08fee35be5c5..9a541971dd8dbe5619dfeed724ca37c12c1557a4 100644 (file)
@@ -155,7 +155,7 @@ struct vcpu *alloc_vcpu(
     }
     else
     {
-        v->runstate.state = RUNSTATE_offline;        
+        v->runstate.state = RUNSTATE_offline;
         v->runstate.state_entry_time = NOW();
         set_bit(_VPF_down, &v->pause_flags);
         vcpu_info_reset(v);