From: Antti Kantee Date: Fri, 19 Feb 2016 18:36:22 +0000 (+0000) Subject: space -> tab indent X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8391b9748cdf9a425b63c5ba67711da5cdec3435;p=osstest%2Frumprun.git space -> tab indent no functional change (one would at least hope ...) --- diff --git a/platform/hw/intr.c b/platform/hw/intr.c index 837f516..e9e3ded 100644 --- a/platform/hw/intr.c +++ b/platform/hw/intr.c @@ -73,9 +73,9 @@ doisr(void *arg) { int i, totwork = 0; - rumpuser__hyp.hyp_schedule(); - rumpuser__hyp.hyp_lwproc_newlwp(0); - rumpuser__hyp.hyp_unschedule(); + rumpuser__hyp.hyp_schedule(); + rumpuser__hyp.hyp_lwproc_newlwp(0); + rumpuser__hyp.hyp_unschedule(); splhigh(); for (;;) {