diff options
author | mainzer <mainzer#hdfgroup.org> | 2020-08-14 17:16:47 (GMT) |
---|---|---|
committer | mainzer <mainzer#hdfgroup.org> | 2020-08-14 17:16:47 (GMT) |
commit | 12bb6d7665b484854042db5da026a9910d711e32 (patch) | |
tree | 683b8c0fab2660d79aeaeec341973db13bfd1544 /src/H5Cdbg.c | |
parent | 32024169364ddf031df8da879c45c3647a4d6135 (diff) | |
download | hdf5-12bb6d7665b484854042db5da026a9910d711e32.zip hdf5-12bb6d7665b484854042db5da026a9910d711e32.tar.gz hdf5-12bb6d7665b484854042db5da026a9910d711e32.tar.bz2 |
Tab to space conversions.
Re-applied tab to space conversions accidentally reverted in the
commit of the metadata cache skip list optimization, and performed
some additional tab to space conversions in passing.
Tested parallel / debug on Jelly.
Diffstat (limited to 'src/H5Cdbg.c')
-rw-r--r-- | src/H5Cdbg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Cdbg.c b/src/H5Cdbg.c index 085ac77..810c1e3 100644 --- a/src/H5Cdbg.c +++ b/src/H5Cdbg.c @@ -264,8 +264,8 @@ H5C_dump_cache_LRU(H5C_t *cache_ptr, const char *cache_name) * Function: H5C_dump_cache_skip_list * * Purpose: Debugging routine that prints a summary of the contents of - * the skip list used by the metadata cache metadata cache to - * maintain an address sorted list of dirty entries. + * the skip list used by the metadata cache metadata cache to + * maintain an address sorted list of dirty entries. * * Return: Non-negative on success/Negative on failure * |