Author: rrs
Date: Wed Jan 19 20:57:08 2011
New Revision: 217597
URL: http://svn.freebsd.org/changeset/base/217597

Log:
  Fix style 9 nit that snuck in when I
  grabbed the wrong patch ;-0 (thanks Daniel)
  
  MFC after:    1 week

Modified:
  head/sys/netinet/udp_usrreq.c

Modified: head/sys/netinet/udp_usrreq.c
==============================================================================
--- head/sys/netinet/udp_usrreq.c       Wed Jan 19 20:16:47 2011        
(r217596)
+++ head/sys/netinet/udp_usrreq.c       Wed Jan 19 20:57:08 2011        
(r217597)
@@ -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;
                                }
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to