summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-15 19:15:11 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-10-15 19:15:11 (GMT)
commit519c50b981eb3d719c4e6a96a899689df0109195 (patch)
tree3d5ff6c609d06cc6e28e048693ac0324596eaf15 /src/H5Pfapl.c
parent97638647034a0452bed5bc0b2eb951e41f5c92b0 (diff)
downloadhdf5-519c50b981eb3d719c4e6a96a899689df0109195.zip
hdf5-519c50b981eb3d719c4e6a96a899689df0109195.tar.gz
hdf5-519c50b981eb3d719c4e6a96a899689df0109195.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index 35bb09e..3b39f12 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -5711,7 +5711,7 @@ H5Pset_vfd_swmr_config(hid_t plist_id, H5F_vfd_swmr_config_t *config_ptr)
HGOTO_ERROR(H5E_PLIST, H5E_BADVALUE, FAIL, "md_file_path is too long")
name_len = HDstrlen(config_ptr->log_file_path);
- if(name_len >H5F__MAX_VFD_SWMR_FILE_NAME_LEN)
+ if (name_len > H5F__MAX_VFD_SWMR_FILE_NAME_LEN)
HGOTO_ERROR(H5E_PLIST, H5E_BADVALUE, FAIL, "log_file_path is too long")
/* Set the modified config */