Fix whitespace.

This commit is contained in:
Marius Strobl 2011-05-10 18:41:46 +00:00
parent 693ad91c2b
commit d648297f32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221747

View File

@ -70,7 +70,7 @@ static devclass_t ip1000phy_devclass;
static driver_t ip1000phy_driver = {
"ip1000phy",
ip1000phy_methods,
sizeof (struct mii_softc)
sizeof(struct mii_softc)
};
DRIVER_MODULE(ip1000phy, miibus, ip1000phy_driver, ip1000phy_devclass, 0, 0);