aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/intr.h
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:12:58 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:12:58 +0000
commitf6e54eb360a78856dcde930a00d9b2b3627309ab (patch)
treef19a0ef92208d90b378c18e3b781b33302eb592e /sys/sys/intr.h
parent6fed89b17970606e6b9562d8f9dc7ffee732839c (diff)
downloadsrc-f6e54eb360a78856dcde930a00d9b2b3627309ab.tar.gz
src-f6e54eb360a78856dcde930a00d9b2b3627309ab.zip
sys: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365223
Diffstat (limited to 'sys/sys/intr.h')
-rw-r--r--sys/sys/intr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/intr.h b/sys/sys/intr.h
index 74e2ae195b92..37a907a7409b 100644
--- a/sys/sys/intr.h
+++ b/sys/sys/intr.h
@@ -44,7 +44,7 @@ enum intr_map_data_type {
INTR_MAP_DATA_FDT,
INTR_MAP_DATA_GPIO,
INTR_MAP_DATA_MSI,
-
+
/* Placeholders for platform specific types */
INTR_MAP_DATA_PLAT_1 = 1000,
INTR_MAP_DATA_PLAT_2,