diff options
author | 2008-09-17 20:25:41 +0000 | |
---|---|---|
committer | 2008-09-17 20:25:41 +0000 | |
commit | 14385f952b4c1060f569f181c89a86ae6d72811c (patch) | |
tree | 2fa534fae3b4220835e30cfe934028a6d5289aec /sys/net/if_pflow.c | |
parent | remove dead stores and newly created unused variables. (diff) | |
download | wireguard-openbsd-14385f952b4c1060f569f181c89a86ae6d72811c.tar.xz wireguard-openbsd-14385f952b4c1060f569f181c89a86ae6d72811c.zip |
fix whitespaces
ok henning@
Diffstat (limited to 'sys/net/if_pflow.c')
-rw-r--r-- | sys/net/if_pflow.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_pflow.c b/sys/net/if_pflow.c index 4fb8b0672e3..91439b9e18b 100644 --- a/sys/net/if_pflow.c +++ b/sys/net/if_pflow.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pflow.c,v 1.3 2008/09/16 15:48:12 gollo Exp $ */ +/* $OpenBSD: if_pflow.c,v 1.4 2008/09/17 20:25:41 gollo Exp $ */ /* * Copyright (c) 2008 Henning Brauer <henning@openbsd.org> @@ -585,8 +585,8 @@ pflow_sendout_mbuf(struct pflow_softc *sc, struct mbuf *m) ((struct ip *)ui)->ip_len = htons(sizeof (struct udpiphdr) + len); /* - * Compute the pseudo-header checksum; defer further checksumming - * until ip_output() or hardware (if it exists). + * Compute the pseudo-header checksum; defer further checksumming + * until ip_output() or hardware (if it exists). */ m->m_pkthdr.csum_flags |= M_UDPV4_CSUM_OUT; ui->ui_sum = in_cksum_phdr(ui->ui_src.s_addr, |