[PATCH] KVM: x86/emulator: Use tabs instead of spaces for indentation

Rong Tao posted 1 patch 2 years, 10 months ago
arch/x86/kvm/emulate.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
[PATCH] KVM: x86/emulator: Use tabs instead of spaces for indentation
Posted by Rong Tao 2 years, 10 months ago
From: Rong Tao <rongtao@cestc.cn>

Code indentation should use tabs.

Signed-off-by: Rong Tao <rongtao@cestc.cn>
---
 arch/x86/kvm/emulate.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c
index a20bec931764..b45ef99ebfab 100644
--- a/arch/x86/kvm/emulate.c
+++ b/arch/x86/kvm/emulate.c
@@ -2259,13 +2259,13 @@ static int em_ret_far(struct x86_emulate_ctxt *ctxt)
 
 static int em_ret_far_imm(struct x86_emulate_ctxt *ctxt)
 {
-        int rc;
+	int rc;
 
-        rc = em_ret_far(ctxt);
-        if (rc != X86EMUL_CONTINUE)
-                return rc;
-        rsp_increment(ctxt, ctxt->src.val);
-        return X86EMUL_CONTINUE;
+	rc = em_ret_far(ctxt);
+	if (rc != X86EMUL_CONTINUE)
+		return rc;
+	rsp_increment(ctxt, ctxt->src.val);
+	return X86EMUL_CONTINUE;
 }
 
 static int em_cmpxchg(struct x86_emulate_ctxt *ctxt)
-- 
2.39.2