svn commit: r365216 - head/sys/dev/cfe

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 22:10:26 UTC 2020


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

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

Modified:
  head/sys/dev/cfe/cfe_api.h
  head/sys/dev/cfe/cfe_error.h
  head/sys/dev/cfe/cfe_ioctl.h

Modified: head/sys/dev/cfe/cfe_api.h
==============================================================================
--- head/sys/dev/cfe/cfe_api.h	Tue Sep  1 22:10:11 2020	(r365215)
+++ head/sys/dev/cfe/cfe_api.h	Tue Sep  1 22:10:24 2020	(r365216)
@@ -71,7 +71,6 @@
 #define	cfe_strlen(x)	strlen(x)
 /* End customization. */
 
-
 /*  *********************************************************************
     *  Constants
     ********************************************************************* */
@@ -123,7 +122,6 @@ typedef struct {
     int64_t fwi_bootarea_pa;		/* PA of boot area */
     int64_t fwi_bootarea_size;	        /* size of boot area */
 } cfe_fwinfo_t;
-
 
 /*
  * cfe_strlen is handled specially: If already defined, it has been

Modified: head/sys/dev/cfe/cfe_error.h
==============================================================================
--- head/sys/dev/cfe/cfe_error.h	Tue Sep  1 22:10:11 2020	(r365215)
+++ head/sys/dev/cfe/cfe_error.h	Tue Sep  1 22:10:24 2020	(r365216)
@@ -48,7 +48,6 @@
     *  
     ********************************************************************* */
 
-
 #define CFE_OK			 0
 #define CFE_ERR                 -1	/* generic error */
 #define CFE_ERR_INV_COMMAND	-2

Modified: head/sys/dev/cfe/cfe_ioctl.h
==============================================================================
--- head/sys/dev/cfe/cfe_ioctl.h	Tue Sep  1 22:10:11 2020	(r365215)
+++ head/sys/dev/cfe/cfe_ioctl.h	Tue Sep  1 22:10:24 2020	(r365216)
@@ -46,7 +46,6 @@
     *  
     ********************************************************************* */
 
-
 /*  *********************************************************************
     *  NVFAM and FLASH stuff
     ********************************************************************* */


More information about the svn-src-all mailing list