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 Aug 20, 2024
1 parent 2be7533 commit 44c54b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5FDs3comms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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--;
}
Expand Down

0 comments on commit 44c54b0

Please sign in to comment.