chiark / gitweb /
sd-bus,log: remove unused variables
[elogind.git] / src / shared / linux / auto_dev-ioctl.h
index 850f39b33e743f927acf0d2ca9777971c873e345..aeaeb3ea7a21691d2090bca92b7d63dcd1458c9d 100644 (file)
@@ -118,8 +118,7 @@ struct autofs_dev_ioctl {
        char path[0];
 };
 
-static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in)
-{
+static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in) {
        memset(in, 0, sizeof(struct autofs_dev_ioctl));
        in->ver_major = AUTOFS_DEV_IOCTL_VERSION_MAJOR;
        in->ver_minor = AUTOFS_DEV_IOCTL_VERSION_MINOR;