From 46809e695fd320a58054af0ecdad443030f1729c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 22 Aug 2020 19:18:31 +0000 Subject: [PATCH] Whitespace change to line up dev_sotfc definition. --- sys/kern/subr_bus.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c index 44b1f02a9364..d3c9331358ab 100644 --- a/sys/kern/subr_bus.c +++ b/sys/kern/subr_bus.c @@ -402,15 +402,15 @@ STAILQ_HEAD(devq, dev_event_info); static struct dev_softc { - int inuse; - int nonblock; - int queued; - int async; - struct mtx mtx; - struct cv cv; - struct selinfo sel; - struct devq devq; - struct sigio *sigio; + int inuse; + int nonblock; + int queued; + int async; + struct mtx mtx; + struct cv cv; + struct selinfo sel; + struct devq devq; + struct sigio *sigio; } devsoftc; static void filt_devctl_detach(struct knote *kn);