diff options
author | Joerg Goltermann <gollo@cvs.openbsd.org> | 2008-09-17 20:25:42 +0000 |
---|---|---|
committer | Joerg Goltermann <gollo@cvs.openbsd.org> | 2008-09-17 20:25:42 +0000 |
commit | 4b116ec45fc9df55574b2a03bc2c723454d1b9f8 (patch) | |
tree | 6d83f66c84ce1ed11dda9282b90e06f9d45e37ad /sys/net/if_pflow.c | |
parent | 6330619c3e325d3a5459f52c2b3c5fd2790b4e1f (diff) |
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, |