From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH for 4.6 v2 3/5] libxc: fix indentation Date: Sat, 5 Sep 2015 00:59:25 +0100 Message-ID: <1441411167-32440-4-git-send-email-wei.liu2@citrix.com> References: <1441411167-32440-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZY0wj-00014r-22 for xen-devel@lists.xenproject.org; Sat, 05 Sep 2015 00:03:05 +0000 In-Reply-To: <1441411167-32440-1-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: Andrew Cooper , Ian Jackson , Ian Campbell , Wei Liu List-Id: xen-devel@lists.xenproject.org Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper --- tools/libxc/xc_sr_restore_x86_pv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xc_sr_restore_x86_pv.c b/tools/libxc/xc_sr_restore_x86_pv.c index c65a2f1..bc604b3 100644 --- a/tools/libxc/xc_sr_restore_x86_pv.c +++ b/tools/libxc/xc_sr_restore_x86_pv.c @@ -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 ) { -- 2.1.4