From 347c73debdb79d8c87f9c4e39ebdd9ba98a9a5d7 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:51:30 +0000 Subject: [PATCH] Committing clang-format changes --- test/API/H5_api_dataset_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/API/H5_api_dataset_test.c b/test/API/H5_api_dataset_test.c index e99df18be3c..72737c07b6d 100644 --- a/test/API/H5_api_dataset_test.c +++ b/test/API/H5_api_dataset_test.c @@ -10464,7 +10464,7 @@ test_dataset_vlen_io(void) H5Dclose(dset_string); H5Sclose(space_id); /* In case of memory allocation error, not all hvl_t buffers in array may be allocated. - * Free one-by-one */ + * Free one-by-one */ for (size_t i = 0; i < DATASET_VLEN_IO_DSET_DIMS; i++) { if (wbuf[i].p) { free(wbuf[i].p);