chiark / gitweb /
udev: place opening { at the same line as the function declaration
[elogind.git] / src / udev / udevadm-test.c
index 52cc26c1d6c9262fcc1893a8bafd1c4b6fe2fdbe..0f6cccffb566cba2945c2626c9887b842aeb4562 100644 (file)
@@ -32,8 +32,7 @@
 #include "udev.h"
 #include "udev-util.h"
 
-static int adm_test(struct udev *udev, int argc, char *argv[])
-{
+static int adm_test(struct udev *udev, int argc, char *argv[]) {
         int resolve_names = 1;
         char filename[UTIL_PATH_SIZE];
         const char *action = "add";