diff options
author | 2006-03-05 01:13:37 +0000 | |
---|---|---|
committer | 2006-03-05 01:13:37 +0000 | |
commit | bbcbd3f72f18bd9a0b4dc2cb66c791b64470b0f9 (patch) | |
tree | 89e596b3353784faf60368e12d22c1b27cd6cb14 | |
parent | remove whitespace at the end of line. (diff) | |
download | wireguard-openbsd-bbcbd3f72f18bd9a0b4dc2cb66c791b64470b0f9.tar.xz wireguard-openbsd-bbcbd3f72f18bd9a0b4dc2cb66c791b64470b0f9.zip |
tabs are holier than spaces.
-rw-r--r-- | sys/dev/pci/if_ixgb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ixgb.c b/sys/dev/pci/if_ixgb.c index 9b33454e1e2..0477a19e103 100644 --- a/sys/dev/pci/if_ixgb.c +++ b/sys/dev/pci/if_ixgb.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_ixgb.c,v 1.9 2006/02/26 01:27:16 brad Exp $ */ +/* $OpenBSD: if_ixgb.c,v 1.10 2006/03/05 01:13:37 brad Exp $ */ #include <dev/pci/if_ixgb.h> @@ -550,7 +550,7 @@ ixgb_intr(void *arg) ifp = &sc->interface_data.ac_if; - for (;;) { + for (;;) { reg_icr = IXGB_READ_REG(&sc->hw, ICR); if (reg_icr == 0) break; |