diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-07 20:26:16 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-07 20:26:16 +0000 |
commit | e0446dc87d528ef03ab3257da8fd49ea47e36e9a (patch) | |
tree | 3f5f6cbc7948d6b8827d332f6eab60d4134c1bfa /sys | |
parent | d870eef11536ff9b8b1e057811aefade9c111bee (diff) |
Indentation fix.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/dc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/dc.c b/sys/dev/ic/dc.c index 206eb8fe8bf..7d2efd049bc 100644 --- a/sys/dev/ic/dc.c +++ b/sys/dev/ic/dc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dc.c,v 1.10 2000/08/26 12:53:57 aaron Exp $ */ +/* $OpenBSD: dc.c,v 1.11 2000/09/07 20:26:15 aaron Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -1924,8 +1924,8 @@ void dc_tick(xsc) if ((r & DC_ISR_RX_STATE) == DC_RXSTATE_WAIT && sc->dc_cdata.dc_tx_prod == 0) mii_tick(mii); - if (!(mii->mii_media_status & IFM_ACTIVE)) - sc->dc_link = 0; + if (!(mii->mii_media_status & IFM_ACTIVE)) + sc->dc_link = 0; } } else mii_tick(mii); |