aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/superio
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:52:05 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:52:05 +0000
commit99cce2a3a944e4943a295fe17e2da82fcb3666e9 (patch)
tree1ee9ee3ea80fae27c2c0cf6f5ac6d7c8a9efa8e0 /sys/dev/superio
parente287e71ab9e6c2491e964789eeb1e22cc7ca7d11 (diff)
downloadsrc-99cce2a3a944e4943a295fe17e2da82fcb3666e9.tar.gz
src-99cce2a3a944e4943a295fe17e2da82fcb3666e9.zip
superio: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365149
Diffstat (limited to 'sys/dev/superio')
-rw-r--r--sys/dev/superio/superio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/superio/superio.c b/sys/dev/superio/superio.c
index 5bf0b08fe769..d58135298d67 100644
--- a/sys/dev/superio/superio.c
+++ b/sys/dev/superio/superio.c
@@ -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);