diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-09-22 10:50:20 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-09-22 10:50:20 +0000 |
commit | 5dd823704c5ee5694f90e446f402302d9ae0be68 (patch) | |
tree | 476b768e9b57d531af717aecec8ea4cccc736ec3 /sys/net/pf.c | |
parent | dcb0d1ebf245ca588523d0bc4fc44fac11c3ab57 (diff) |
Fix indentation. No binary change.
Diffstat (limited to 'sys/net/pf.c')
-rw-r--r-- | sys/net/pf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c index 1072683f011..4a661daa0b4 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.984 2016/09/07 09:36:49 mpi Exp $ */ +/* $OpenBSD: pf.c,v 1.985 2016/09/22 10:50:19 jsg Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1887,7 +1887,7 @@ pf_cksum_fixup_a(u_int16_t *cksum, const struct pf_addr *a, if (udp && x == 0x0000) x = 0xffff; - *cksum = (u_int16_t)(x); + *cksum = (u_int16_t)(x); } int |