summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-21 19:14:08 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-21 19:14:08 (GMT)
commit74c6f4d9df218dfce5e203137759841f57fa4228 (patch)
treef662fa2a688984c2dc7115527d6c5ea19c32e550 /test
parent3feb1bd2891c639b7caf7f307e5129e8fe50da2b (diff)
downloadhdf5-74c6f4d9df218dfce5e203137759841f57fa4228.zip
hdf5-74c6f4d9df218dfce5e203137759841f57fa4228.tar.gz
hdf5-74c6f4d9df218dfce5e203137759841f57fa4228.tar.bz2
Committing clang-format changes
Diffstat (limited to 'test')
-rw-r--r--test/onion.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/test/onion.c b/test/onion.c
index 8eff8ae..76a1135 100644
--- a/test/onion.c
+++ b/test/onion.c
@@ -1387,10 +1387,10 @@ test_revision_record_encode_decode(void)
size_t i = 0;
uint64_t size_ret;
struct H5FD__onion_revision_record r_out;
- uint32_t sum_out = 0;
- char username[8] = "JohnDoe";
- char comment[25] = "Example comment message.";
- struct H5FD__onion_revision_record record = {
+ uint32_t sum_out = 0;
+ char username[8] = "JohnDoe";
+ char comment[25] = "Example comment message.";
+ struct H5FD__onion_revision_record record = {
H5FD__ONION_REVISION_RECORD_MAGIC,
H5FD__ONION_REVISION_RECORD_VERSION_CURR,
5, /* revision ID */
@@ -1402,13 +1402,13 @@ test_revision_record_encode_decode(void)
25, /* comment size */
{
H5FD__ONION_ARCHIVAL_INDEX_MAGIC, H5FD__ONION_ARCHIVAL_INDEX_VERSION_CURR,
- 12, /* page_size_log2 */
- 4, /* n_entries */
- NULL, /* list - populated below */
- }, /* archival index struct */
- username, /* username */
+ 12, /* page_size_log2 */
+ 4, /* n_entries */
+ NULL, /* list - populated below */
+ }, /* archival index struct */
+ username, /* username */
comment, /* comment */
- 0, /* checksum - computed for us */
+ 0, /* checksum - computed for us */
};
uint64_t exp_size = H5FD__ONION_ENCODED_SIZE_REVISION_RECORD +
(H5FD__ONION_ENCODED_SIZE_INDEX_ENTRY * record.archival_index.n_entries) +
@@ -3250,12 +3250,12 @@ test_integration_create(void)
* CLEANUP
*/
- if (H5Dclose(dset) < 0)
- TEST_ERROR
- dset = H5I_INVALID_HID;
- if (H5Fclose(file_id) < 0)
- TEST_ERROR
- file_id = H5I_INVALID_HID;
+ if (H5Dclose(dset) < 0)
+ TEST_ERROR
+ dset = H5I_INVALID_HID;
+ if (H5Fclose(file_id) < 0)
+ TEST_ERROR
+ file_id = H5I_INVALID_HID;
if (H5Pclose(fapl_id) < 0)
TEST_ERROR;
fapl_id = H5I_INVALID_HID;
@@ -3277,8 +3277,8 @@ error:
onion_filepaths_destroy(paths);
}
- if (dset != H5I_INVALID_HID)
- (void)H5Dclose(dset);
+ if (dset != H5I_INVALID_HID)
+ (void)H5Dclose(dset);
if (file_id != H5I_INVALID_HID)
(void)H5Fclose(file_id);
if (fapl_id != H5I_INVALID_HID)