[libvirt] [perl][PATCH 1/4] domain_event_register_any: Align the code

Michal Privoznik mprivozn at redhat.com
Tue Apr 28 09:54:04 UTC 2015


Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 Virt.xs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Virt.xs b/Virt.xs
index d01cf05..4b3ba9a 100644
--- a/Virt.xs
+++ b/Virt.xs
@@ -2946,8 +2946,8 @@ PREINIT:
           callback = VIR_DOMAIN_EVENT_CALLBACK(_domain_event_device_removed_callback);
           break;
       case VIR_DOMAIN_EVENT_ID_TUNABLE:
-	  callback = VIR_DOMAIN_EVENT_CALLBACK(_domain_event_tunable_callback);
-	  break;
+          callback = VIR_DOMAIN_EVENT_CALLBACK(_domain_event_tunable_callback);
+          break;
       case VIR_DOMAIN_EVENT_ID_AGENT_LIFECYCLE:
           callback = VIR_DOMAIN_EVENT_CALLBACK(_domain_event_agent_lifecycle_callback);
           break;
-- 
2.0.5




More information about the libvir-list mailing list