udev/udevadm-monitor.c: fixed misplaced brace
authorHarald Hoyer <harald@redhat.com>
Thu, 30 Jun 2011 13:19:38 +0000 (15:19 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 30 Jun 2011 13:19:38 +0000 (15:19 +0200)
udev/udevadm-monitor.c

index fd1b8ce..0852fe3 100644 (file)
@@ -137,10 +137,10 @@ int udevadm_monitor(struct udev *udev, int argc, char *argv[])
                               "  --tag-match=<tag>                       filter events by tag\n"
                               "  --help\n\n");
                        goto out;
-               }
                default:
                        rc = 1;
                        goto out;
+               }
        }
 
        if (!print_kernel && !print_udev) {