summaryrefslogtreecommitdiff
path: root/print-pflog.c
diff options
context:
space:
mode:
authorMichael Richardson <mcr@sandelman.ca>2014-01-01 21:27:54 -0500
committerMichael Richardson <mcr@sandelman.ca>2014-01-01 21:31:18 -0500
commita97fb2f3ae9731dd13e6854742c090ca9ef454cf (patch)
treef0eecb0f7bbc0d6f32f9ef310bdd19cab32d1345 /print-pflog.c
parent35c5cd9911f3fcc385e4a04c31016c253ee7a426 (diff)
downloadtcpdump-a97fb2f3ae9731dd13e6854742c090ca9ef454cf.tar.gz
whitespace changes
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);