whitespace fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-01-25 13:39:24 +01:00
parent 46685a46bb
commit 3581c62515
15 changed files with 32 additions and 32 deletions

View file

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