svn commit: r351445 - head/sys/dev/cxgbe/tom

Navdeep Parhar np at FreeBSD.org
Fri Aug 23 22:34:15 UTC 2019


Author: np
Date: Fri Aug 23 22:34:14 2019
New Revision: 351445
URL: https://svnweb.freebsd.org/changeset/base/351445

Log:
  whitespace nit.

Modified:
  head/sys/dev/cxgbe/tom/t4_listen.c

Modified: head/sys/dev/cxgbe/tom/t4_listen.c
==============================================================================
--- head/sys/dev/cxgbe/tom/t4_listen.c	Fri Aug 23 22:22:34 2019	(r351444)
+++ head/sys/dev/cxgbe/tom/t4_listen.c	Fri Aug 23 22:34:14 2019	(r351445)
@@ -1145,7 +1145,7 @@ get_l2te_for_nexthop(struct port_info *pi, struct ifne
 	struct l2t_entry *e;
 	struct sockaddr_in6 sin6;
 	struct sockaddr *dst = (void *)&sin6;
- 
+
 	if (inc->inc_flags & INC_ISIPV6) {
 		struct nhop6_basic nh6;
 


More information about the svn-src-head mailing list