From 44c54b08d19005203af6f42b721ea1e6ae2f64bf Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:07:48 +0000 Subject: [PATCH] Committing clang-format changes --- src/H5FDs3comms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FDs3comms.c b/src/H5FDs3comms.c index c0da74d5e19..1d5ee2608e1 100644 --- a/src/H5FDs3comms.c +++ b/src/H5FDs3comms.c @@ -1816,7 +1816,7 @@ H5FD__s3comms_load_aws_creds_from_file(FILE *file, const char *profile_name, cha /* "trim" tailing whitespace by replacing with null terminator*/ end = strlen(line_buffer) - 1; - while (end > 0 && isspace((int) setting_pointers[setting_i][end])) { + while (end > 0 && isspace((int)setting_pointers[setting_i][end])) { setting_pointers[setting_i][end] = '\0'; end--; }