svn commit: r240250 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sat Sep 8 20:54:55 UTC 2012


Author: tuexen
Date: Sat Sep  8 20:54:54 2012
New Revision: 240250
URL: http://svn.freebsd.org/changeset/base/240250

Log:
  Whitespace cleanup.
  
  MFC after: 10 days

Modified:
  head/sys/netinet/sctp_asconf.c

Modified: head/sys/netinet/sctp_asconf.c
==============================================================================
--- head/sys/netinet/sctp_asconf.c	Sat Sep  8 20:00:31 2012	(r240249)
+++ head/sys/netinet/sctp_asconf.c	Sat Sep  8 20:54:54 2012	(r240250)
@@ -1862,7 +1862,6 @@ sctp_addr_mgmt_assoc(struct sctp_inpcb *
 {
 	int status;
 
-
 	if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0 ||
 	    sctp_is_feature_off(inp, SCTP_PCB_FLAGS_DO_ASCONF)) {
 		/* subset bound, no ASCONF allowed case, so ignore */


More information about the svn-src-head mailing list