Author: mjg
Date: Tue Sep  1 22:04:24 2020
New Revision: 365194
URL: https://svnweb.freebsd.org/changeset/base/365194

Log:
  nfsmb: clean up empty lines in .c and .h files

Modified:
  head/sys/dev/nfsmb/nfsmb.c

Modified: head/sys/dev/nfsmb/nfsmb.c
==============================================================================
--- head/sys/dev/nfsmb/nfsmb.c  Tue Sep  1 22:04:10 2020        (r365193)
+++ head/sys/dev/nfsmb/nfsmb.c  Tue Sep  1 22:04:24 2020        (r365194)
@@ -609,7 +609,6 @@ static device_method_t nfsmb_methods[] = {
        DEVMETHOD(smbus_readw,          nfsmb_readw),
        DEVMETHOD(smbus_bwrite,         nfsmb_bwrite),
        DEVMETHOD(smbus_bread,          nfsmb_bread),
-
        { 0, 0 }
 };
 
@@ -630,7 +629,6 @@ static device_method_t nfsmbsub_methods[] = {
        DEVMETHOD(smbus_readw,          nfsmb_readw),
        DEVMETHOD(smbus_bwrite,         nfsmb_bwrite),
        DEVMETHOD(smbus_bread,          nfsmb_bread),
-
        { 0, 0 }
 };
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to