aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-05-10 18:41:46 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-05-10 18:41:46 +0000
commitd648297f32757dc3348386b5b16c6b804f224e8e (patch)
treef39b3176e0f565695c6a96c933e5857dc1895656 /sys
parent693ad91c2b7bfd08f04e5adc40cc5acf7c7fc08e (diff)
downloadsrc-d648297f32757dc3348386b5b16c6b804f224e8e.tar.gz
src-d648297f32757dc3348386b5b16c6b804f224e8e.zip
Fix whitespace.
Notes
Notes: svn path=/head/; revision=221747
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/mii/ip1000phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/ip1000phy.c b/sys/dev/mii/ip1000phy.c
index be82d4d71a22..566b5b0501e2 100644
--- a/sys/dev/mii/ip1000phy.c
+++ b/sys/dev/mii/ip1000phy.c
@@ -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);