From ce156118ae8bd72e9b77b8336ea6819049390c65 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 18 Mar 2015 20:24:07 -0400 Subject: [PATCH] libxc: Replaces tabs with spaces in xc_cpupool_freeinfo The goto looks very wrong when the rest of the code has spaces. Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Ian Campbell --- tools/libxc/xc_cpupool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libxc/xc_cpupool.c b/tools/libxc/xc_cpupool.c index 6393cfb1c2..828f2344cc 100644 --- a/tools/libxc/xc_cpupool.c +++ b/tools/libxc/xc_cpupool.c @@ -190,11 +190,11 @@ xc_cpumap_t xc_cpupool_freeinfo(xc_interface *xch) err = do_sysctl_save(xch, &sysctl); if ( err < 0 ) - goto out; + goto out; cpumap = xc_cpumap_alloc(xch); if (cpumap == NULL) - goto out; + goto out; memcpy(cpumap, local, mapsize); -- 2.39.5