svn commit: r252930 - stable/9/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sun Jul 7 11:44:33 UTC 2013


Author: tuexen
Date: Sun Jul  7 11:44:32 2013
New Revision: 252930
URL: http://svnweb.freebsd.org/changeset/base/252930

Log:
  MFC r240250:
  Whitespace cleanup.

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

Modified: stable/9/sys/netinet/sctp_asconf.c
==============================================================================
--- stable/9/sys/netinet/sctp_asconf.c	Sun Jul  7 11:41:12 2013	(r252929)
+++ stable/9/sys/netinet/sctp_asconf.c	Sun Jul  7 11:44:32 2013	(r252930)
@@ -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-all mailing list