]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/udev/udevadm-test.c
tree-wide: minor formatting inconsistency cleanups
[thirdparty/systemd.git] / src / udev / udevadm-test.c
index ff427cf29217e125d96b0f9c3bd330847d823ec4..702dbe528299234f178b8f18a8efe460280be9e8 100644 (file)
@@ -61,7 +61,7 @@ static int adm_test(struct udev *udev, int argc, char *argv[]) {
 
         log_debug("version %s", VERSION);
 
-        while((c = getopt_long(argc, argv, "a:N:h", options, NULL)) >= 0)
+        while ((c = getopt_long(argc, argv, "a:N:h", options, NULL)) >= 0)
                 switch (c) {
                 case 'a':
                         action = optarg;