Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 21:52:06 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365149 - head/sys/dev/superio
Message-ID:  <202009012152.081Lq6Ne045862@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009012152.081Lq6Ne045862>