mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
minor whitespace fixes.
This commit is contained in:
parent
64b15424e4
commit
f8b6a631a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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) ? "+" : "");
|
||||
|
|
|
|||
Loading…
Reference in a new issue