summaryrefslogtreecommitdiffstats
path: root/src/H5FDdevelop.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-26 21:45:46 (GMT)
committerGitHub <noreply@github.com>2022-07-26 21:45:46 (GMT)
commitae414872f50187e64cbd6cc8f076c22cf5df2d53 (patch)
treeb616f33f5daa89f213e7c64e04c63afde906e939 /src/H5FDdevelop.h
parent213eac2588369f75a11df6bb1788dde33c4b82e2 (diff)
downloadhdf5-ae414872f50187e64cbd6cc8f076c22cf5df2d53.zip
hdf5-ae414872f50187e64cbd6cc8f076c22cf5df2d53.tar.gz
hdf5-ae414872f50187e64cbd6cc8f076c22cf5df2d53.tar.bz2
Develop clang 13 format (#1933)
* Update format source to clang 13 * More format changes
Diffstat (limited to 'src/H5FDdevelop.h')
-rw-r--r--src/H5FDdevelop.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5FDdevelop.h b/src/H5FDdevelop.h
index 50eae1f..db29c87 100644
--- a/src/H5FDdevelop.h
+++ b/src/H5FDdevelop.h
@@ -165,7 +165,7 @@ typedef struct H5FD_t H5FD_t;
typedef struct H5FD_class_t {
unsigned version; /**< File driver class struct version # */
H5FD_class_value_t value;
- const char * name;
+ const char *name;
haddr_t maxaddr;
H5F_close_degree_t fc_degree;
herr_t (*terminate)(void);
@@ -252,11 +252,11 @@ typedef hid_t (*H5FD_init_t)(void);
extern "C" {
#endif
-H5_DLL hid_t H5FDperform_init(H5FD_init_t op);
-H5_DLL hid_t H5FDregister(const H5FD_class_t *cls);
-H5_DLL htri_t H5FDis_driver_registered_by_name(const char *driver_name);
-H5_DLL htri_t H5FDis_driver_registered_by_value(H5FD_class_value_t driver_value);
-H5_DLL herr_t H5FDunregister(hid_t driver_id);
+H5_DLL hid_t H5FDperform_init(H5FD_init_t op);
+H5_DLL hid_t H5FDregister(const H5FD_class_t *cls);
+H5_DLL htri_t H5FDis_driver_registered_by_name(const char *driver_name);
+H5_DLL htri_t H5FDis_driver_registered_by_value(H5FD_class_value_t driver_value);
+H5_DLL herr_t H5FDunregister(hid_t driver_id);
H5_DLL H5FD_t *H5FDopen(const char *name, unsigned flags, hid_t fapl_id, haddr_t maxaddr);
H5_DLL herr_t H5FDclose(H5FD_t *file);
H5_DLL int H5FDcmp(const H5FD_t *f1, const H5FD_t *f2);