Fix style issue.

This commit is contained in:
Konstantin Belousov 2009-10-29 10:03:08 +00:00
parent f7e95633c6
commit 7415a41f4a

View File

@ -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;