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 /test/cache.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 'test/cache.c')
-rw-r--r-- | test/cache.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/cache.c b/test/cache.c index f728ce1..46d8481 100644 --- a/test/cache.c +++ b/test/cache.c @@ -3067,15 +3067,15 @@ check_insert_entry(unsigned paged) /* Verify that the flush marker got set correctly */ if((i == 1) || (i == 3)) { - if(!((entry_ptr->header).flush_marker)) { + if(!((entry_ptr->header).flush_marker)) { pass = FALSE; failure_mssg = "Unexpected insert results 5."; - } + } } else if((entry_ptr->header).flush_marker) { - pass = FALSE; - failure_mssg = "Unexpected insert results 6."; + pass = FALSE; + failure_mssg = "Unexpected insert results 6."; } } |