svn commit: r365147 - head/sys/dev/tcp_log

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 21:51:39 UTC 2020


Author: mjg
Date: Tue Sep  1 21:51:38 2020
New Revision: 365147
URL: https://svnweb.freebsd.org/changeset/base/365147

Log:
  tcp_log: clean up empty lines in .c and .h files

Modified:
  head/sys/dev/tcp_log/tcp_log_dev.c

Modified: head/sys/dev/tcp_log/tcp_log_dev.c
==============================================================================
--- head/sys/dev/tcp_log/tcp_log_dev.c	Tue Sep  1 21:51:10 2020	(r365146)
+++ head/sys/dev/tcp_log/tcp_log_dev.c	Tue Sep  1 21:51:38 2020	(r365147)
@@ -89,7 +89,6 @@ static int	tcp_log_dev_ioctl(struct cdev *dev __unused
 static int	tcp_log_dev_poll(struct cdev *dev __unused, int events,
     struct thread *td);
 
-
 enum tcp_log_dev_queue_lock_state {
 	QUEUE_UNLOCKED = 0,
 	QUEUE_LOCKED,


More information about the svn-src-head mailing list