Fix style issue.
This commit is contained in:
parent
f7e95633c6
commit
7415a41f4a
@ -2016,7 +2016,7 @@ kern_sendfile(struct thread *td, struct sendfile_args *uap,
|
||||
* 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 New Issue
Block a user