Author: mjg
Date: Tue Sep  1 22:11:05 2020
New Revision: 365219
URL: https://svnweb.freebsd.org/changeset/base/365219

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

Modified:
  head/sys/dev/cmx/cmx.c
  head/sys/dev/cmx/cmx_pccard.c

Modified: head/sys/dev/cmx/cmx.c
==============================================================================
--- head/sys/dev/cmx/cmx.c      Tue Sep  1 22:10:55 2020        (r365218)
+++ head/sys/dev/cmx/cmx.c      Tue Sep  1 22:11:05 2020        (r365219)
@@ -700,4 +700,3 @@ cmx_intr(void *arg)
        return;
 }
 #endif
-

Modified: head/sys/dev/cmx/cmx_pccard.c
==============================================================================
--- head/sys/dev/cmx/cmx_pccard.c       Tue Sep  1 22:10:55 2020        
(r365218)
+++ head/sys/dev/cmx/cmx_pccard.c       Tue Sep  1 22:11:05 2020        
(r365219)
@@ -103,7 +103,6 @@ static device_method_t cmx_pccard_methods[] = {
        DEVMETHOD(device_probe, cmx_pccard_probe),
        DEVMETHOD(device_attach, cmx_pccard_attach),
        DEVMETHOD(device_detach, cmx_detach),
-
        { 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