X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsmart.c;h=2207bd6722449f4de11c3b89a976817ba8702558;hb=b545dbd106a9a3c713041934aaa818a17cb1db10;hp=a9c563eab96ada1ee46031617370f946f1a264e9;hpb=c1ab6fbbe957b17d46e9bc9f8a0f042d709180c7;p=collectd.git diff --git a/src/smart.c b/src/smart.c index a9c563ea..2207bd67 100644 --- a/src/smart.c +++ b/src/smart.c @@ -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);