minor whitespace fixes.

This commit is contained in:
Jonathan Lemon 2001-12-14 19:32:00 +00:00
parent 64b15424e4
commit f8b6a631a2

View file

@ -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) ? "+" : "");