From e7aa4e94ae7ec3ca7cb4532eabbb2a8885f114bc Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:14:42 +0000 Subject: [PATCH] Committing clang-format changes --- test/tfile.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/tfile.c b/test/tfile.c index fc7936e5b1d..a93b7be6857 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -8109,7 +8109,7 @@ test_min_dset_ohdr(void) static void test_unseekable_file(void) { - hid_t file_id = H5I_INVALID_HID; /* File ID */ + hid_t file_id = H5I_INVALID_HID; /* File ID */ /* Output message about test being performed */ MESSAGE(5, ("Testing creating/opening an unseekable file\n")); @@ -8462,10 +8462,10 @@ test_file(void) test_libver_bounds(); /* Test compatibility for file space management */ test_libver_bounds_low_high(driver_name); - test_libver_macros(); /* Test the macros for library version comparison */ - test_libver_macros2(); /* Test the macros for library version comparison */ - test_incr_filesize(); /* Test H5Fincrement_filesize() and H5Fget_eoa() */ - test_min_dset_ohdr(); /* Test dataset object header minimization */ + test_libver_macros(); /* Test the macros for library version comparison */ + test_libver_macros2(); /* Test the macros for library version comparison */ + test_incr_filesize(); /* Test H5Fincrement_filesize() and H5Fget_eoa() */ + test_min_dset_ohdr(); /* Test dataset object header minimization */ test_unseekable_file(); /* Test attempting to open/create an unseekable file */ #ifndef H5_NO_DEPRECATED_SYMBOLS test_file_ishdf5(driver_name); /* Test detecting HDF5 files correctly */