summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-03-31 01:51:15 +0000
committerbrian <brian@FreeBSD.org>2002-03-31 01:51:15 +0000
commitb222d9573a500774db8c44386952d3a5a4c7fc03 (patch)
treeb5cb5d155b06e779fbf63cbc632d47d3f5e52e43 /usr.sbin
parent05e0b92acd9a91a1a8309ecaf1e6542a9ac1cda6 (diff)
downloadFreeBSD-src-b222d9573a500774db8c44386952d3a5a4c7fc03.zip
FreeBSD-src-b222d9573a500774db8c44386952d3a5a4c7fc03.tar.gz
Remove some extraneous whitespace
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c
index 6454058..a75cabd 100644
--- a/usr.sbin/ppp/route.c
+++ b/usr.sbin/ppp/route.c
@@ -317,7 +317,7 @@ route_ParseHdr(struct rt_msghdr *rtm, struct sockaddr *sa[RTAX_MAX])
if (rtm->rtm_addrs & (1 << rtax)) {
sa[rtax] = (struct sockaddr *)wp;
wp += ROUNDUP(sa[rtax]->sa_len);
- if (sa[rtax]->sa_family == 0)
+ if (sa[rtax]->sa_family == 0)
sa[rtax] = NULL; /* ??? */
} else
sa[rtax] = NULL;
OpenPOWER on IntegriCloud