summaryrefslogtreecommitdiffstats
path: root/src/H5FDlog.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-06-03 19:12:40 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-06-03 19:12:40 (GMT)
commitfae493e84cdad20df6ecdb564a353e95323b8157 (patch)
treeecef68fea557329afb14320f1fd548917dea21d5 /src/H5FDlog.c
parentc766dc8d884a51a9e11af8627ecd3134c566b230 (diff)
downloadhdf5-fae493e84cdad20df6ecdb564a353e95323b8157.zip
hdf5-fae493e84cdad20df6ecdb564a353e95323b8157.tar.gz
hdf5-fae493e84cdad20df6ecdb564a353e95323b8157.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5FDlog.c')
-rw-r--r--src/H5FDlog.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c
index 315e6f8..a920cd9 100644
--- a/src/H5FDlog.c
+++ b/src/H5FDlog.c
@@ -178,7 +178,7 @@ static herr_t H5FD__log_truncate(H5FD_t *_file, hid_t dxpl_id, hbool_t closing)
static herr_t H5FD__log_lock(H5FD_t *_file, hbool_t rw);
static herr_t H5FD__log_unlock(H5FD_t *_file);
static herr_t H5FD__log_delete(const char *filename, hid_t fapl_id);
-static herr_t H5FD__log_ctl(H5FD_t *_file, uint64_t op_code, uint64_t flags, const void *input,
+static herr_t H5FD__log_ctl(H5FD_t *_file, uint64_t op_code, uint64_t flags, const void *input,
void **output);
static const H5FD_class_t H5FD_log_g = {
@@ -1848,4 +1848,3 @@ H5FD__log_ctl(H5FD_t *_file, uint64_t op_code, uint64_t flags, const void H5_ATT
done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5FD__log_ctl() */
-