From: Andrii Anisov Date: Tue, 11 Sep 2018 15:36:32 +0000 (+0300) Subject: xen/domain: Remove trailing whitespace X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8ca88879110ecfebed6e36612ae72ef284c270cd;p=people%2Froyger%2Fxen.git xen/domain: Remove trailing whitespace Signed-off-by: Andrii Anisov Acked-by: Andrew Cooper --- diff --git a/xen/common/domain.c b/xen/common/domain.c index 2c05e5853d..9a541971dd 100644 --- a/xen/common/domain.c +++ b/xen/common/domain.c @@ -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);