From fb297ff2cc8d78c7a4d938e90d22053ff8abfb32 Mon Sep 17 00:00:00 2001 From: rrs Date: Wed, 19 Jan 2011 20:57:08 +0000 Subject: Fix style 9 nit that snuck in when I grabbed the wrong patch ;-0 (thanks Daniel) MFC after: 1 week --- sys/netinet/udp_usrreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet') diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index c9b4f3f..589585c 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -482,7 +482,7 @@ udp_input(struct mbuf *m, int off) if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr))) { struct sockaddr_in group; int blocked; - if(imo == NULL) { + if (imo == NULL) { INP_RUNLOCK(inp); continue; } -- cgit v1.1