1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Style nit: s/^ }/}/

This commit is contained in:
Warner Losh 2008-08-23 23:28:33 +00:00
parent 5ce36d5254
commit be63007e99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182084

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