whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
46685a46bb
commit
3581c62515
15 changed files with 32 additions and 32 deletions
|
@ -364,7 +364,7 @@ wait_for_reply(len_and_sockaddr *from_lsa, struct sockaddr *to)
|
|||
read_len = recv_from_to(rcvsock,
|
||||
recv_pkt, sizeof(recv_pkt),
|
||||
/*flags:*/ 0,
|
||||
&from_lsa->u.sa, to, from_lsa->len);
|
||||
&from_lsa->u.sa, to, from_lsa->len);
|
||||
}
|
||||
|
||||
return read_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue