mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix style issue.
This commit is contained in:
parent
f7e95633c6
commit
7415a41f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -2016,7 +2016,7 @@ retry_space:
|
|||
* Loop and construct maximum sized mbuf chain to be bulk
|
||||
* dumped into socket buffer.
|
||||
*/
|
||||
while(space > loopbytes) {
|
||||
while (space > loopbytes) {
|
||||
vm_pindex_t pindex;
|
||||
vm_offset_t pgoff;
|
||||
struct mbuf *m0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue