whitespace fixes

This commit is contained in:
Denis Vlasenko
2007-05-30 00:29:55 +00:00
parent 4ef7d3a2de
commit 4b924f3a5c
29 changed files with 82 additions and 82 deletions

View File

@@ -19,7 +19,7 @@ int match_fstype(const struct mntent *mt, const char *fstype)
if (!mt)
return -1;
if (!fstype)
return 0;

View File

@@ -51,7 +51,7 @@ send_to_from(int fd, void *buf, size_t len, int flags,
/* 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;