diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-05-04 11:30:07 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-05-04 11:30:07 +0000 |
commit | a1fb4e4b7740e6d4b48d151b9a0c73f41e408cbf (patch) | |
tree | 419aa94c26914ad8a46948d9b87dfc30f37c6051 /sys/dev/mii/nsgphy.c | |
parent | 855ed9be2a898eb611291b2b40191f81cd3a09c6 (diff) |
some space and tab cleanup.
Diffstat (limited to 'sys/dev/mii/nsgphy.c')
-rw-r--r-- | sys/dev/mii/nsgphy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/nsgphy.c b/sys/dev/mii/nsgphy.c index 2bd68625065..ff7504e661a 100644 --- a/sys/dev/mii/nsgphy.c +++ b/sys/dev/mii/nsgphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nsgphy.c,v 1.7 2002/03/14 01:26:58 millert Exp $ */ +/* $OpenBSD: nsgphy.c,v 1.8 2002/05/04 11:30:06 fgsch Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 2001 @@ -260,7 +260,7 @@ nsgphy_service(sc, mii, cmd) */ if (++sc->mii_ticks != sc->mii_anegticks) return (0); - + sc->mii_ticks = 0; /* |