Skip to content
Snippets Groups Projects
Commit f4a1016f authored by Warner Losh's avatar Warner Losh
Browse files

bsd-user: style tweak: keyword space (

parent 86545e7a
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ abi_long target_strlen(abi_ulong guest_addr1)
int max_len, len;
guest_addr = guest_addr1;
for(;;) {
for (;;) {
max_len = TARGET_PAGE_SIZE - (guest_addr & ~TARGET_PAGE_MASK);
ptr = lock_user(VERIFY_READ, guest_addr, max_len, 1);
if (!ptr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment