From 86acfe98869bb1c9b855378e6d302e3763e3b30a Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 23 Feb 2017 18:41:13 +0000 Subject: [PATCH] xl: remove trailing spaces in xl_cmdimpl.c Signed-off-by: Wei Liu Acked-by: Ian Jackson --- tools/xl/xl_cmdimpl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/xl/xl_cmdimpl.c b/tools/xl/xl_cmdimpl.c index 9901011008..1d7cf8ffa8 100644 --- a/tools/xl/xl_cmdimpl.c +++ b/tools/xl/xl_cmdimpl.c @@ -6732,7 +6732,7 @@ static int sched_vcpu_output(libxl_scheduler sched, return 0; } -/* +/* * : List all domain params and sched params from all pools * -d [domid] : List domain params for domain * -d [domid] [params] : Set domain params for domain @@ -8374,7 +8374,7 @@ int main_cpupoolcreate(int argc, char **argv) } /* We made it! */ rc = EXIT_SUCCESS; - + out_cfg: xlu_cfg_destroy(config); out: -- 2.30.2