svn commit: r234464 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Thu Apr 19 15:30:16 UTC 2012


Author: tuexen
Date: Thu Apr 19 15:30:15 2012
New Revision: 234464
URL: http://svn.freebsd.org/changeset/base/234464

Log:
  Whitespace changes.
  
  MFC after: 3 days

Modified:
  head/sys/netinet/sctp_usrreq.c
  head/sys/netinet/sctp_var.h

Modified: head/sys/netinet/sctp_usrreq.c
==============================================================================
--- head/sys/netinet/sctp_usrreq.c	Thu Apr 19 15:29:09 2012	(r234463)
+++ head/sys/netinet/sctp_usrreq.c	Thu Apr 19 15:30:15 2012	(r234464)
@@ -1616,7 +1616,7 @@ out_now:
   }
 
 
-#define SCTP_CHECK_AND_CAST(destp, srcp, type, size)  {\
+#define SCTP_CHECK_AND_CAST(destp, srcp, type, size) {\
 	if (size < sizeof(type)) { \
 		SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL); \
 		error = EINVAL; \

Modified: head/sys/netinet/sctp_var.h
==============================================================================
--- head/sys/netinet/sctp_var.h	Thu Apr 19 15:29:09 2012	(r234463)
+++ head/sys/netinet/sctp_var.h	Thu Apr 19 15:30:15 2012	(r234464)
@@ -157,7 +157,7 @@ extern struct pr_usrreqs sctp_usrreqs;
 }
 
 #define sctp_alloc_a_chunk(_stcb, _chk) { \
-	if (TAILQ_EMPTY(&(_stcb)->asoc.free_chunks))  { \
+	if (TAILQ_EMPTY(&(_stcb)->asoc.free_chunks)) { \
 		(_chk) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_chunk), struct sctp_tmit_chunk); \
 		if ((_chk)) { \
 			SCTP_INCR_CHK_COUNT(); \


More information about the svn-src-head mailing list