svn commit: r365149 - head/sys/dev/superio

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 21:52:07 UTC 2020


Author: mjg
Date: Tue Sep  1 21:52:05 2020
New Revision: 365149
URL: https://svnweb.freebsd.org/changeset/base/365149

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

Modified:
  head/sys/dev/superio/superio.c

Modified: head/sys/dev/superio/superio.c
==============================================================================
--- head/sys/dev/superio/superio.c	Tue Sep  1 21:51:55 2020	(r365148)
+++ head/sys/dev/superio/superio.c	Tue Sep  1 21:52:05 2020	(r365149)
@@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
 
 #include "isa_if.h"
 
-
 typedef void (*sio_conf_enter_f)(struct resource*, uint16_t);
 typedef void (*sio_conf_exit_f)(struct resource*, uint16_t);
 


More information about the svn-src-all mailing list