mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
Specify variable type.
Remove unnecessary whitespace.
This commit is contained in:
parent
29497cc4e1
commit
30493ce9b9
@ -214,7 +214,7 @@ static const H5O_layout_t H5D_def_layout_g = H5D_CRT_LAYOUT_DEF; /* Defau
|
||||
static const H5O_fill_t H5D_def_fill_g = H5D_CRT_FILL_VALUE_DEF; /* Default fill value */
|
||||
static const unsigned H5D_def_alloc_time_state_g = H5D_CRT_ALLOC_TIME_STATE_DEF; /* Default allocation time state */
|
||||
static const H5O_efl_t H5D_def_efl_g = H5D_CRT_EXT_FILE_LIST_DEF; /* Default external file list */
|
||||
static const H5O_ohdr_min_g = H5D_CRT_MIN_DSET_HDR_SIZE_DEF; /* Default object header minimization */
|
||||
static const unsigned H5O_ohdr_min_g = H5D_CRT_MIN_DSET_HDR_SIZE_DEF; /* Default object header minimization */
|
||||
|
||||
/* Defaults for each type of layout */
|
||||
#ifdef H5_HAVE_C99_DESIGNATED_INITIALIZER
|
||||
|
@ -169,4 +169,3 @@ H5VL__native_term(void)
|
||||
FUNC_LEAVE_NOAPI(SUCCEED)
|
||||
} /* end H5VL__native_term() */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user