diff options
author | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-08 06:31:59 (GMT) |
---|---|---|
committer | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-08 06:31:59 (GMT) |
commit | 2b861c1945bf5f591f175f1c7d4c5b3dae52f961 (patch) | |
tree | f60a8d7783881bd98846490af6330c5de1b14d08 | |
parent | 974482c372ea6fde60065b82a72902cc4f2742e1 (diff) | |
download | hdf5-2b861c1945bf5f591f175f1c7d4c5b3dae52f961.zip hdf5-2b861c1945bf5f591f175f1c7d4c5b3dae52f961.tar.gz hdf5-2b861c1945bf5f591f175f1c7d4c5b3dae52f961.tar.bz2 |
Committing clang-format changes
-rw-r--r-- | src/H5VLpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h index e23fe14..63fea64 100644 --- a/src/H5VLpublic.h +++ b/src/H5VLpublic.h @@ -352,7 +352,7 @@ H5_DLL herr_t H5VLunregister_connector(hid_t connector_id); * * \since 1.12.0 */ -H5_DLL herr_t H5VLquery_optional(hid_t obj_id, H5VL_subclass_t subcls, int opt_type, hbool_t *supported); +H5_DLL herr_t H5VLquery_optional(hid_t obj_id, H5VL_subclass_t subcls, int opt_type, hbool_t *supported); #ifdef __cplusplus } |