summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-28 15:05:11 (GMT)
committerGitHub <noreply@github.com>2022-07-28 15:05:11 (GMT)
commit762c111350cc31137a80e24126b00d9aacf3b2a9 (patch)
tree8d21ed8a877bc60b9c517b7505ce80e2cf8031a9 /doxygen
parentc1c4db3c4a0cbef6eceaab2f069e895936fbbe34 (diff)
downloadhdf5-762c111350cc31137a80e24126b00d9aacf3b2a9.zip
hdf5-762c111350cc31137a80e24126b00d9aacf3b2a9.tar.gz
hdf5-762c111350cc31137a80e24126b00d9aacf3b2a9.tar.bz2
clang 13 format #1933 (#1941)
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/examples/H5I_examples.c2
-rw-r--r--doxygen/examples/H5Pget_object_flush_cb.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/doxygen/examples/H5I_examples.c b/doxygen/examples/H5I_examples.c
index 4aa4783..657e1b5 100644
--- a/doxygen/examples/H5I_examples.c
+++ b/doxygen/examples/H5I_examples.c
@@ -129,7 +129,7 @@ fail_dcpl:;
{
__label__ fail_id, fail_obj, fail_register;
H5I_type_t type;
- int * obj;
+ int *obj;
hid_t obj_id;
// register a new ID type
diff --git a/doxygen/examples/H5Pget_object_flush_cb.c b/doxygen/examples/H5Pget_object_flush_cb.c
index d18f3df..b3854f0 100644
--- a/doxygen/examples/H5Pget_object_flush_cb.c
+++ b/doxygen/examples/H5Pget_object_flush_cb.c
@@ -1,7 +1,7 @@
hid_t fapl_id;
unsigned counter;
H5F_object_flush_t *ret_cb;
-unsigned * ret_counter;
+unsigned *ret_counter;
/* Create a copy of the file access property list */
fapl_id = H5Pcreate(H5P_FILE_ACCESS);