svn commit: r247990 - stable/8/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Fri Mar 8 00:09:26 UTC 2013


Author: tuexen
Date: Fri Mar  8 00:09:25 2013
New Revision: 247990
URL: http://svnweb.freebsd.org/changeset/base/247990

Log:
  MFC r240250:
  
  Whitespace cleanup.

Modified:
  stable/8/sys/netinet/sctp_asconf.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/netinet/   (props changed)

Modified: stable/8/sys/netinet/sctp_asconf.c
==============================================================================
--- stable/8/sys/netinet/sctp_asconf.c	Fri Mar  8 00:07:19 2013	(r247989)
+++ stable/8/sys/netinet/sctp_asconf.c	Fri Mar  8 00:09:25 2013	(r247990)
@@ -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-stable-8 mailing list