From 9d62bc15376c32f02ea0364473edda28d8af9de6 Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 1 Dec 2006 01:37:45 +0000 Subject: Fix white spaces. --- sys/dev/bge/if_bge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index 2150372..7f01697 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -2991,7 +2991,7 @@ bge_stats_update_regs(struct bge_softc *sc) cnt = CSR_READ_4(sc, BGE_RXLP_LOCSTAT_IFIN_DROPS); ifp->if_ierrors += (u_long)(cnt - sc->bge_rx_discards); - sc->bge_rx_discards = cnt; + sc->bge_rx_discards = cnt; } static void -- cgit v1.1