public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM/userspace: Fix indentation
@ 2008-08-23  9:48 Amit Shah
  2008-08-25 10:16 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Amit Shah @ 2008-08-23  9:48 UTC (permalink / raw)
  To: avi; +Cc: kvm, Amit Shah

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

Signed-off-by: Amit Shah <amit.shah@qumranet.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-25 10:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-23  9:48 [PATCH] KVM/userspace: Fix indentation Amit Shah
2008-08-25 10:16 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox