summaryrefslogtreecommitdiff
path: root/print-pflog.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-pflog.c')
-rw-r--r--print-pflog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-pflog.c b/print-pflog.c
index 0798d941..b38fd99b 100644
--- a/print-pflog.c
+++ b/print-pflog.c
@@ -144,7 +144,7 @@ pflog_if_print(const struct pcap_pkthdr *h, register const u_char *p)
TCHECK(*hdr);
if (eflag)
pflog_print(hdr);
-
+
/* skip to the real packet */
af = hdr->af;
length -= hdrlen;
@@ -175,7 +175,7 @@ pflog_if_print(const struct pcap_pkthdr *h, register const u_char *p)
if (!suppress_default_print)
default_print(p, caplen);
}
-
+
return (hdrlen);
trunc:
printf("%s", pflog);