smart: KNF
[collectd.git] / src / smart.c
index a9c563e..2207bd6 100644 (file)
@@ -253,7 +253,7 @@ static int smart_read (void)
 
     /* Query status with libatasmart */
     smart_handle_disk (devpath);
-    udev_device_unref(dev);
+    udev_device_unref (dev);
   }
 
   udev_enumerate_unref (enumerate);