]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/udev/udevadm-monitor.c
tree-wide: minor formatting inconsistency cleanups
[thirdparty/systemd.git] / src / udev / udevadm-monitor.c
index f9cb5e63a2497e7e91aa62de382fb2898938feeb..b5f7f0d512df7e6de94120b8a36561bdcc8a01a8 100644 (file)
@@ -100,7 +100,7 @@ static int adm_monitor(struct udev *udev, int argc, char *argv[]) {
         udev_list_init(udev, &subsystem_match_list, true);
         udev_list_init(udev, &tag_match_list, true);
 
-        while((c = getopt_long(argc, argv, "pekus:t:h", options, NULL)) >= 0)
+        while ((c = getopt_long(argc, argv, "pekus:t:h", options, NULL)) >= 0)
                 switch (c) {
                 case 'p':
                 case 'e':