summaryrefslogtreecommitdiffstats
path: root/src/H5Ftest.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-11-17 17:30:05 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-11-17 17:30:05 (GMT)
commit68ddc3029a1e55cb1f995c0b69233c7c06ff94da (patch)
tree52023b9307db6664c1b6286a07697d891d75db54 /src/H5Ftest.c
parent97a37aa84913808792418e6814126bdee856288e (diff)
downloadhdf5-68ddc3029a1e55cb1f995c0b69233c7c06ff94da.zip
hdf5-68ddc3029a1e55cb1f995c0b69233c7c06ff94da.tar.gz
hdf5-68ddc3029a1e55cb1f995c0b69233c7c06ff94da.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Ftest.c')
-rw-r--r--src/H5Ftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ftest.c b/src/H5Ftest.c
index e9cecc1..f4a89fd 100644
--- a/src/H5Ftest.c
+++ b/src/H5Ftest.c
@@ -346,7 +346,7 @@ H5F__vfd_swmr_writer_create_open_flush_test(hid_t file_id, hbool_t file_create)
HGOTO_ERROR(H5E_FILE, H5E_BADFILE, FAIL, "unable to stat the metadata file")
if (file_create) { /* Creating file */
- if(stat_buf.st_size != 0)
+ if (stat_buf.st_size != 0)
HGOTO_ERROR(H5E_FILE, H5E_READERROR, FAIL, "metadata file should be empty for file create")
}
else { /* Opening or flushing the file */