]> xenbits.xensource.com Git - people/julieng/xen-unstable.git/commitdiff
libxc: fix indentation
authorWei Liu <wei.liu2@citrix.com>
Sun, 6 Sep 2015 20:05:37 +0000 (21:05 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 7 Sep 2015 10:54:29 +0000 (11:54 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/libxc/xc_sr_restore_x86_pv.c

index c65a2f153d20e7d51247e1d109279eab6e44c425..bc604b3ab461722d22f5ae20e33dfc5ad484ad19 100644 (file)
@@ -970,7 +970,7 @@ static int x86_pv_localise_page(struct xc_sr_context *ctx,
     }
 
     if ( to_populate && populate_pfns(ctx, to_populate, pfns, NULL) )
-            return -1;
+        return -1;
 
     for ( i = 0; i < (PAGE_SIZE / sizeof(uint64_t)); ++i )
     {