diff options
author | 2003-12-27 19:37:43 +0000 | |
---|---|---|
committer | 2003-12-27 19:37:43 +0000 | |
commit | b82aac9e0321f421e8fc7946ee849b48eb31efd3 (patch) | |
tree | d6db349831f485d58f829d6f10f02123f98648d6 | |
parent | style (diff) | |
download | wireguard-openbsd-b82aac9e0321f421e8fc7946ee849b48eb31efd3.tar.xz wireguard-openbsd-b82aac9e0321f421e8fc7946ee849b48eb31efd3.zip |
Remove extra \n from pf_print_state().
ok deraadt@ cedric@
-rw-r--r-- | sbin/pfctl/pf_print_state.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/pf_print_state.c b/sbin/pfctl/pf_print_state.c index 94972d73820..4cdf8873660 100644 --- a/sbin/pfctl/pf_print_state.c +++ b/sbin/pfctl/pf_print_state.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_print_state.c,v 1.35 2003/12/15 07:11:30 mcbride Exp $ */ +/* $OpenBSD: pf_print_state.c,v 1.36 2003/12/27 19:37:43 mcbride Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -263,7 +263,6 @@ print_state(struct pf_state *s, int opts) if (s->nat_src_node != NULL) printf(", sticky-address"); printf("\n"); - printf("\n"); } if (opts & PF_OPT_VERBOSE2) { printf(" id: %016llx creatorid: %08x\n", |