From 31c0314f2b92e576a7724df89c9cc60a035eec32 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:44:29 +0000 Subject: [PATCH] Committing clang-format changes --- src/H5FDros3.h | 2 +- src/H5FDs3comms.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5FDros3.h b/src/H5FDros3.h index a532ed1d6c4..f0f9aa956d8 100644 --- a/src/H5FDros3.h +++ b/src/H5FDros3.h @@ -116,7 +116,7 @@ * \var hbool_t H5FD_ros3_fapl_t::authenticate * A boolean which specifies if security credentials should be used for * accessing a S3 bucket. - * + * * \var char H5FD_ros3_fapl_t::aws_region[H5FD_ROS3_MAX_REGION_LEN + 1] * A string which specifies the AWS region of the S3 bucket. * diff --git a/src/H5FDs3comms.c b/src/H5FDs3comms.c index faf9dfdf021..5ee13f01324 100644 --- a/src/H5FDs3comms.c +++ b/src/H5FDs3comms.c @@ -1332,7 +1332,7 @@ H5FD_s3comms_s3r_read(s3r_t *handle, haddr_t offset, size_t len, void *dest) * + 128 * + 1024 */ - char buffer2[256 + 1]; /* -> String To Sign -> Credential */ + char buffer2[256 + 1]; /* -> String To Sign -> Credential */ char iso8601now[ISO8601_SIZE]; buffer1 = (char *)H5MM_malloc(512 + H5FD_ROS3_MAX_SECRET_TOK_LEN + 1); /* -> Canonical Request -> Signature */