From: Wei Liu Date: Thu, 18 Jan 2018 11:54:29 +0000 (+0000) Subject: libxl: remove whitespaces introduced in 62982da926 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4a79815ab1fdeffc79e35db20981e83363c985ff;p=people%2Fdariof%2Fxen.git libxl: remove whitespaces introduced in 62982da926 No functional change. Signed-off-by: Wei Liu Reviewed-by: Roger Pau Monné --- diff --git a/tools/libxl/libxl_dom.c b/tools/libxl/libxl_dom.c index b03386409f..e1a3e747fc 100644 --- a/tools/libxl/libxl_dom.c +++ b/tools/libxl/libxl_dom.c @@ -1069,7 +1069,7 @@ static int libxl__domain_firmware(libxl__gc *gc, } } } - + if (state->pv_ramdisk.path && strlen(state->pv_ramdisk.path)) { if (state->pv_ramdisk.mapped) { rc = xc_dom_module_mem(dom, state->pv_ramdisk.data, @@ -1183,7 +1183,7 @@ int libxl__build_hvm(libxl__gc *gc, uint32_t domid, xc_dom_loginit(ctx->xch); - /* + /* * If PVH and we have a shim override, use the shim cmdline. * If PVH and no shim override, use the pv cmdline. * If not PVH, use info->cmdline.