Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2023
1 parent 3c7f02c commit f47700c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/H5FDros3.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion src/H5FDs3comms.c
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ H5FD_s3comms_s3r_read(s3r_t *handle, haddr_t offset, size_t len, void *dest)
* + 128 <max? len(signed_headers)>
* + 1024 <max? len(session_token)>
*/
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 */
Expand Down

0 comments on commit f47700c

Please sign in to comment.