From f8b6a631a2e1dac8d790edf729fd82d3502782ad Mon Sep 17 00:00:00 2001 From: Jonathan Lemon Date: Fri, 14 Dec 2001 19:32:00 +0000 Subject: [PATCH] minor whitespace fixes. --- sys/netinet/ip_fw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index 9cfc7c25343..3405a48e544 100644 --- a/sys/netinet/ip_fw.c +++ b/sys/netinet/ip_fw.c @@ -635,7 +635,7 @@ ipfw_report(struct ip_fw *f, struct ip *ip, int offset, int ip_len, } if (ip->ip_off & (IP_MF | IP_OFFMASK)) - snprintf(SNPARGS(fragment, 0), " (frag %d:%d@%d%s)", + snprintf(SNPARGS(fragment, 0), " (frag %d:%d@%d%s)", ntohs(ip->ip_id), ip_len - (ip->ip_hl << 2), offset << 3, (ip->ip_off & IP_MF) ? "+" : "");