chiark / gitweb /
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 fd1b8ced85d9ae27c7df21515f0686fb7be22db3..0852fe301b5686ef69c6f145da20e89d2ec9c3cb 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;
                               "  --tag-match=<tag>                       filter events by tag\n"
                               "  --help\n\n");
                        goto out;
-               }
                default:
                        rc = 1;
                        goto out;
                default:
                        rc = 1;
                        goto out;
+               }
        }
 
        if (!print_kernel && !print_udev) {
        }
 
        if (!print_kernel && !print_udev) {