chiark / gitweb /
udev: place opening { at the same line as the function declaration
[elogind.git] / src / udev / udev-builtin-uaccess.c
index ddb015744f2afb0ee1ca85b3cb219192124fbaca..e2b276eb4d6426840b98ad16c9498cd9e8f86d8e 100644 (file)
@@ -34,8 +34,7 @@
 #include "udev.h"
 #include "util.h"
 
-static int builtin_uaccess(struct udev_device *dev, int argc, char *argv[], bool test)
-{
+static int builtin_uaccess(struct udev_device *dev, int argc, char *argv[], bool test) {
         int r;
         const char *path = NULL, *seat;
         bool changed_acl = false;