Code

ntpd plugin: constify
[collectd.git] / src / virt.c
index 6824b134aeed727de314b5006fee3f14477ae6f5..b9da68e71416938e3fa78c207d2663499b0273b9 100644 (file)
@@ -327,8 +327,8 @@ lv_init (void)
 {
     if (virInitialize () != 0)
         return -1;
-
-       return 0;
+    else
+        return 0;
 }
 
 static int