From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [PATCH for 4.6 v3 3/5] libxc: fix indentation Date: Sun, 6 Sep 2015 21:05:37 +0100 Message-ID: <1441569939-23562-4-git-send-email-wei.liu2@citrix.com> References: <1441569939-23562-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.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZYgCh-0005Mn-Nt for xen-devel@lists.xenproject.org; Sun, 06 Sep 2015 20:06:19 +0000 In-Reply-To: <1441569939-23562-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: Wei Liu , Ian Jackson , Ian Campbell 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