diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2018-11-15 22:50:13 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2018-11-15 22:50:13 (GMT) |
commit | c923cdad6e515c842f3795a5b6d754ad94021e09 (patch) | |
tree | 5ae0f7ebd2a04d28a309def4c316268372dc4cc4 /src/H5Dchunk.c | |
parent | 198bc059b0d91aa804efe859f0a8961e3ee0cf8f (diff) | |
download | hdf5-c923cdad6e515c842f3795a5b6d754ad94021e09.zip hdf5-c923cdad6e515c842f3795a5b6d754ad94021e09.tar.gz hdf5-c923cdad6e515c842f3795a5b6d754ad94021e09.tar.bz2 |
HDFFV-10571: Minor format changes.
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r-- | src/H5Dchunk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c index 00a6b50..67cfe62 100644 --- a/src/H5Dchunk.c +++ b/src/H5Dchunk.c @@ -684,7 +684,6 @@ H5D__chunk_set_info_real(H5O_layout_chunk_t *layout, unsigned ndims, const hsize_t *curr_dims, const hsize_t *max_dims) { unsigned u; /* Local index variable */ - herr_t ret_value = SUCCEED; /* Return value */ FUNC_ENTER_STATIC |