summaryrefslogtreecommitdiffstats
path: root/test/fheap.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-01-27 23:51:59 (GMT)
committerGitHub <noreply@github.com>2021-01-27 23:51:59 (GMT)
commit5a812bf5197e3394b92f5df8ee103a5eb80da18d (patch)
treef851f1b71f4547cd9a04b2f916d223ad63e89e2d /test/fheap.c
parent9524dc494f0e62c7b6b82941c34552d2e2bb1283 (diff)
downloadhdf5-5a812bf5197e3394b92f5df8ee103a5eb80da18d.zip
hdf5-5a812bf5197e3394b92f5df8ee103a5eb80da18d.tar.gz
hdf5-5a812bf5197e3394b92f5df8ee103a5eb80da18d.tar.bz2
develop clang-format comments (#286)
* OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages * HDFFV-11099/11100 added help text * Reworked switch statement to compare string instead * Fix typo * Update CDash mode * Correct name of threadsafe * Correct option name * Undo accidental commit * Note LLVM 10 to 11 format default changes
Diffstat (limited to 'test/fheap.c')
-rw-r--r--test/fheap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fheap.c b/test/fheap.c
index b0b2233..b167012 100644
--- a/test/fheap.c
+++ b/test/fheap.c
@@ -9423,9 +9423,9 @@ test_man_fill_direct_skip_2nd_indirect_start_block_add_skipped(hid_t fapl, H5HF_
H5HF_t * fh = NULL; /* Fractal heap wrapper */
haddr_t fh_addr; /* Address of fractal heap */
fheap_heap_ids_t keep_ids; /* Structure to retain heap IDs */
- unsigned
- num_first_indirect_rows; /* Number of rows (of direct blocks) in each of the first indirect blocks */
- unsigned row; /* Current row in indirect block */
+ unsigned num_first_indirect_rows; /* Number of rows (of direct blocks) in each of the */
+ /* first indirect blocks */
+ unsigned row; /* Current row in indirect block */
h5_stat_size_t empty_size; /* Size of a file with an empty heap */
size_t obj_size; /* Size of object */
size_t fill_size; /* Size of objects for "bulk" filled blocks */