mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Minor indentation issue.
This commit is contained in:
parent
33495e5daf
commit
422fa64be3
1 changed files with 1 additions and 2 deletions
|
|
@ -199,8 +199,7 @@ inet6_option_alloc(struct cmsghdr *cmsg, int datalen, int multx, int plusy)
|
|||
|
||||
/* calculate pad length before the option. */
|
||||
off = bp - (u_char *)eh;
|
||||
padlen = roundup2(off % multx, multx) -
|
||||
(off % multx);
|
||||
padlen = roundup2(off % multx, multx) - (off % multx);
|
||||
padlen += plusy;
|
||||
padlen %= multx; /* keep the pad as short as possible */
|
||||
/* insert padding */
|
||||
|
|
|
|||
Loading…
Reference in a new issue