svn commit: r365219 - head/sys/dev/cmx

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 22:11:08 UTC 2020


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 }
 };
 


More information about the svn-src-all mailing list