Author: imp
Date: Sat Aug 22 19:18:31 2020
New Revision: 364491
URL: https://svnweb.freebsd.org/changeset/base/364491

Log:
  Whitespace change to line up dev_sotfc definition.

Modified:
  head/sys/kern/subr_bus.c

Modified: head/sys/kern/subr_bus.c
==============================================================================
--- head/sys/kern/subr_bus.c    Sat Aug 22 19:02:15 2020        (r364490)
+++ head/sys/kern/subr_bus.c    Sat Aug 22 19:18:31 2020        (r364491)
@@ -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);
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to