commit | 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Wed May 30 00:29:55 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Wed May 30 00:29:55 2007 +0000 |
tree | 7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 | |
parent | 4ef7d3a2de3df27dde80a64987202f10aebfe925 [diff] [blame] |
whitespace fixes
diff --git a/libbb/udp_io.c b/libbb/udp_io.c index d834a23..7e48d32 100644 --- a/libbb/udp_io.c +++ b/libbb/udp_io.c
@@ -51,7 +51,7 @@ /* ANY local address */ return sendto(fd, buf, len, flags, to, tolen); } - + /* man recvmsg and man cmsg is needed to make sense of code below */ iov[0].iov_base = buf;