From 9ec6e95b046de71c0198cb9d17acc5462dc76c74 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 29 Jul 2014 15:47:41 +0200 Subject: udev: place opening { at the same line as the function declaration --- src/udev/udev-builtin-btrfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/udev/udev-builtin-btrfs.c') diff --git a/src/udev/udev-builtin-btrfs.c b/src/udev/udev-builtin-btrfs.c index 2baafe6131..4e80a1d1d1 100644 --- a/src/udev/udev-builtin-btrfs.c +++ b/src/udev/udev-builtin-btrfs.c @@ -35,8 +35,7 @@ struct btrfs_ioctl_vol_args { #define BTRFS_IOCTL_MAGIC 0x94 #define BTRFS_IOC_DEVICES_READY _IOR(BTRFS_IOCTL_MAGIC, 39, struct btrfs_ioctl_vol_args) -static int builtin_btrfs(struct udev_device *dev, int argc, char *argv[], bool test) -{ +static int builtin_btrfs(struct udev_device *dev, int argc, char *argv[], bool test) { struct btrfs_ioctl_vol_args args; _cleanup_close_ int fd = -1; int err; -- cgit v1.2.3-54-g00ecf