From 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 30 May 2007 00:29:55 +0000 Subject: whitespace fixes --- libbb/match_fstype.c | 2 +- libbb/udp_io.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libbb') diff --git a/libbb/match_fstype.c b/libbb/match_fstype.c index 7698ceb08..bd4dbb064 100644 --- a/libbb/match_fstype.c +++ b/libbb/match_fstype.c @@ -19,7 +19,7 @@ int match_fstype(const struct mntent *mt, const char *fstype) if (!mt) return -1; - + if (!fstype) return 0; diff --git a/libbb/udp_io.c b/libbb/udp_io.c index d834a237b..7e48d32f3 100644 --- a/libbb/udp_io.c +++ b/libbb/udp_io.c @@ -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; -- cgit v1.2.3