svn commit: r365177 - head/sys/dev/powermac_nvram

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 21:59:31 UTC 2020


Author: mjg
Date: Tue Sep  1 21:59:31 2020
New Revision: 365177
URL: https://svnweb.freebsd.org/changeset/base/365177

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

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

Modified: head/sys/dev/powermac_nvram/powermac_nvram.c
==============================================================================
--- head/sys/dev/powermac_nvram/powermac_nvram.c	Tue Sep  1 21:59:11 2020	(r365176)
+++ head/sys/dev/powermac_nvram/powermac_nvram.c	Tue Sep  1 21:59:31 2020	(r365177)
@@ -76,7 +76,6 @@ static device_method_t	powermac_nvram_methods[] = {
 	DEVMETHOD(device_probe,		powermac_nvram_probe),
 	DEVMETHOD(device_attach,	powermac_nvram_attach),
 	DEVMETHOD(device_detach,	powermac_nvram_detach),
-
 	{ 0, 0 }
 };
 
@@ -200,7 +199,7 @@ powermac_nvram_detach(device_t dev)
 		destroy_dev(sc->sc_cdev);
 
 	sx_destroy(&sc->sc_lock);
-	
+
 	return 0;
 }
 


More information about the svn-src-head mailing list