perl plugin: Removed commented code
[collectd.git] / src / libvirt.c
index 6a397db..4cbe38d 100644 (file)
@@ -259,8 +259,8 @@ lv_init (void)
 {
     if (virInitialize () != 0)
         return -1;
-
-       return 0;
+    else
+        return 0;
 }
 
 static int