svn commit: r246902 - head/sys/sys

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Feb 17 11:36:14 UTC 2013


Author: pjd
Date: Sun Feb 17 11:36:13 2013
New Revision: 246902
URL: http://svnweb.freebsd.org/changeset/base/246902

Log:
  Remove trailing spaces.

Modified:
  head/sys/sys/protosw.h

Modified: head/sys/sys/protosw.h
==============================================================================
--- head/sys/sys/protosw.h	Sun Feb 17 09:04:42 2013	(r246901)
+++ head/sys/sys/protosw.h	Sun Feb 17 11:36:13 2013	(r246902)
@@ -203,7 +203,7 @@ struct pr_usrreqs {
 	int	(*pru_peeraddr)(struct socket *so, struct sockaddr **nam);
 	int	(*pru_rcvd)(struct socket *so, int flags);
 	int	(*pru_rcvoob)(struct socket *so, struct mbuf *m, int flags);
-	int	(*pru_send)(struct socket *so, int flags, struct mbuf *m, 
+	int	(*pru_send)(struct socket *so, int flags, struct mbuf *m,
 		    struct sockaddr *addr, struct mbuf *control,
 		    struct thread *td);
 #define	PRUS_OOB	0x1
@@ -211,7 +211,7 @@ struct pr_usrreqs {
 #define	PRUS_MORETOCOME	0x4
 	int	(*pru_sense)(struct socket *so, struct stat *sb);
         int	(*pru_shutdown)(struct socket *so);
-	int	(*pru_flush)(struct socket *so, int direction);  
+	int	(*pru_flush)(struct socket *so, int direction);
 	int	(*pru_sockaddr)(struct socket *so, struct sockaddr **nam);
 	int	(*pru_sosend)(struct socket *so, struct sockaddr *addr,
 		    struct uio *uio, struct mbuf *top, struct mbuf *control,


More information about the svn-src-head mailing list