smart: KNF
authorPierre-Yves Ritschard <pyr@spootnik.org>
Wed, 10 Jun 2015 13:54:58 +0000 (15:54 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 10 Jun 2015 13:55:10 +0000 (15:55 +0200)
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);