]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
libxl: remove whitespaces introduced in 62982da926
authorWei Liu <wei.liu2@citrix.com>
Thu, 18 Jan 2018 11:54:29 +0000 (11:54 +0000)
committerWei Liu <wei.liu2@citrix.com>
Mon, 22 Jan 2018 15:42:50 +0000 (15:42 +0000)
No functional change.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
tools/libxl/libxl_dom.c

index b03386409f5e8ea52d5da80482fd6c4df0706a13..e1a3e747fce46aa7927b76633d74f54518786be2 100644 (file)
@@ -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.