Skip to content

Commit f4a1016

Browse files
committed
bsd-user: style tweak: keyword space (
Reviewed-by: Richard Henderson <[email protected]> Signed-off-by: Warner Losh <[email protected]>
1 parent 86545e7 commit f4a1016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsd-user/uaccess.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ abi_long target_strlen(abi_ulong guest_addr1)
4646
int max_len, len;
4747

4848
guest_addr = guest_addr1;
49-
for(;;) {
49+
for (;;) {
5050
max_len = TARGET_PAGE_SIZE - (guest_addr & ~TARGET_PAGE_MASK);
5151
ptr = lock_user(VERIFY_READ, guest_addr, max_len, 1);
5252
if (!ptr)

0 commit comments

Comments
 (0)