summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2023-07-06 15:46:45 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2023-07-06 15:46:45 (GMT)
commit2e178750be9f921b1688fabe759d8c70a478fb8d (patch)
treee951e6de6c169c0c6b125a489668ae46e9d4f56c /src
parent3348734ec9c91b438337633bb11aa8b871c4fbec (diff)
downloadhdf5-2e178750be9f921b1688fabe759d8c70a478fb8d.zip
hdf5-2e178750be9f921b1688fabe759d8c70a478fb8d.tar.gz
hdf5-2e178750be9f921b1688fabe759d8c70a478fb8d.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src')
-rw-r--r--src/H5FDs3comms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDs3comms.c b/src/H5FDs3comms.c
index c9418ad..74a4bbc 100644
--- a/src/H5FDs3comms.c
+++ b/src/H5FDs3comms.c
@@ -1258,7 +1258,7 @@ H5FD_s3comms_s3r_read(s3r_t *handle, haddr_t offset, size_t len, void *dest)
#if S3COMMS_DEBUG
fprintf(stdout, "%s: Bytes %" PRIuHADDR " - %" PRIuHADDR ", Request Size: %zu\n", handle->httpverb,
- offset, offset + len - 1, len);
+ offset, offset + len - 1, len);
#endif
/*******************