Fix indentation style in libkvm.c to match the rest of the file

Signed-off-by: Amit Shah <[EMAIL PROTECTED]>
---
 libkvm/libkvm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libkvm/libkvm.c b/libkvm/libkvm.c
index 5edfad7..ad7f5a5 100644
--- a/libkvm/libkvm.c
+++ b/libkvm/libkvm.c
@@ -1045,7 +1045,7 @@ int kvm_set_signal_mask(kvm_context_t kvm, int vcpu, 
const sigset_t *sigset)
 
 int kvm_irqchip_in_kernel(kvm_context_t kvm)
 {
-    return kvm->irqchip_in_kernel;
+       return kvm->irqchip_in_kernel;
 }
 
 int kvm_pit_in_kernel(kvm_context_t kvm)
-- 
1.5.4.3

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to