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

This commit is contained in:
Mateusz Guzik 2020-09-01 22:10:24 +00:00
parent 594dd1ded3
commit 9c0df1da91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365216
3 changed files with 0 additions and 4 deletions

View File

@ -71,7 +71,6 @@
#define cfe_strlen(x) strlen(x)
/* End customization. */
/* *********************************************************************
* Constants
********************************************************************* */
@ -124,7 +123,6 @@ typedef struct {
int64_t fwi_bootarea_size; /* size of boot area */
} cfe_fwinfo_t;
/*
* cfe_strlen is handled specially: If already defined, it has been
* overridden in this environment with a standard strlen-like function.

View File

@ -48,7 +48,6 @@
*
********************************************************************* */
#define CFE_OK 0
#define CFE_ERR -1 /* generic error */
#define CFE_ERR_INV_COMMAND -2

View File

@ -46,7 +46,6 @@
*
********************************************************************* */
/* *********************************************************************
* NVFAM and FLASH stuff
********************************************************************* */