Style nit: s/^ }/}/

This commit is contained in:
Warner Losh 2008-08-23 23:28:33 +00:00
parent 5ce36d5254
commit be63007e99

View file

@ -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 = {