diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2021-05-04 19:17:01 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2021-05-04 19:17:01 (GMT) |
commit | 9f983265ebb571024a868d3a2f81e8496fad8524 (patch) | |
tree | 0a7cd8b0bbefa51c63e47b767914dccd9f07e59d /src/H5FScache.c | |
parent | 5de2d1a1866819c1edd1c849d8e28dfb2d32b317 (diff) | |
download | hdf5-9f983265ebb571024a868d3a2f81e8496fad8524.zip hdf5-9f983265ebb571024a868d3a2f81e8496fad8524.tar.gz hdf5-9f983265ebb571024a868d3a2f81e8496fad8524.tar.bz2 |
Fix formatting unrelated to previous change to stop github from
complaining.
Diffstat (limited to 'src/H5FScache.c')
-rw-r--r-- | src/H5FScache.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5FScache.c b/src/H5FScache.c index e5f4d77..4212794 100644 --- a/src/H5FScache.c +++ b/src/H5FScache.c @@ -1005,10 +1005,10 @@ H5FS__cache_sinfo_deserialize(const void *_image, size_t H5_ATTR_NDEBUG_UNUSED l if (fspace->serial_sect_count > 0) { hsize_t old_tot_sect_count; /* Total section count from header */ hsize_t H5_ATTR_NDEBUG_UNUSED - old_serial_sect_count; /* Total serializable section count from header */ - hsize_t H5_ATTR_NDEBUG_UNUSED old_ghost_sect_count; /* Total ghost section count from header */ - hsize_t H5_ATTR_NDEBUG_UNUSED old_tot_space; /* Total space managed from header */ - unsigned sect_cnt_size; /* The size of the section size counts */ + old_serial_sect_count; /* Total serializable section count from header */ + hsize_t H5_ATTR_NDEBUG_UNUSED old_ghost_sect_count; /* Total ghost section count from header */ + hsize_t H5_ATTR_NDEBUG_UNUSED old_tot_space; /* Total space managed from header */ + unsigned sect_cnt_size; /* The size of the section size counts */ /* Compute the size of the section counts */ sect_cnt_size = H5VM_limit_enc_size((uint64_t)fspace->serial_sect_count); |