diff options
author | imp <imp@FreeBSD.org> | 2008-08-23 23:28:33 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2008-08-23 23:28:33 +0000 |
commit | ad5ef6ac6643621d997358952ac610d791b96369 (patch) | |
tree | 2eb27eab80071d35bb845e3fbb60afb0fbef632c | |
parent | 6cd00a892a812661e4290c618a4e4791de3e53dc (diff) | |
download | FreeBSD-src-ad5ef6ac6643621d997358952ac610d791b96369.zip FreeBSD-src-ad5ef6ac6643621d997358952ac610d791b96369.tar.gz |
Style nit: s/^ }/}/
-rw-r--r-- | sys/dev/usb/uvisor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c index f7b2374..6c4470e 100644 --- a/sys/dev/usb/uvisor.c +++ b/sys/dev/usb/uvisor.c @@ -197,7 +197,7 @@ static device_method_t uvisor_methods[] = { DEVMETHOD(device_attach, uvisor_attach), DEVMETHOD(device_detach, uvisor_detach), { 0, 0 } - }; +}; static driver_t uvisor_driver = { |