Fix white spaces.

This commit is contained in:
Jung-uk Kim 2006-12-01 01:37:45 +00:00
parent 7e6e2507b6
commit d2d67b956c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164781

View file

@ -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