diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-01-24 10:08:31 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-01-24 10:08:31 +0000 |
commit | 19a4090f69e659425d32dc7a4a3ef5e3b86dd91c (patch) | |
tree | e85bb97297d3a8f7acf78c97e0518cfd8a448129 /sys/net/pfvar.h | |
parent | eede9d5e80801addcf2d7700c2dbaa58879e2b3e (diff) |
A space here, a space there. Soon we're talking real whitespace
rectification.
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r-- | sys/net/pfvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index 7421caf04f8..9896bf82eca 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.446 2016/12/29 13:01:48 bluhm Exp $ */ +/* $OpenBSD: pfvar.h,v 1.447 2017/01/24 10:08:30 krw Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -61,7 +61,7 @@ struct ip6_hdr; typedef struct refcnt pf_refcnt_t; #define PF_REF_INIT(_x) refcnt_init(&(_x)) #define PF_REF_TAKE(_x) refcnt_take(&(_x)) -#define PF_REF_RELE(_x) refcnt_rele(&(_x)) +#define PF_REF_RELE(_x) refcnt_rele(&(_x)) enum { PF_INOUT, PF_IN, PF_OUT, PF_FWD }; enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, |