Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Dec 18, 2024
1 parent e847f7f commit 63acc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/s3_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2108,8 +2108,8 @@ static void s_s3_client_on_acquire_http_connection(
error_code,
aws_error_str(error_code));

if (error_code == AWS_IO_DNS_INVALID_NAME ||
error_code == AWS_ERROR_PLATFORM_NOT_SUPPORTED || error_code == AWS_IO_SOCKET_INVALID_OPTIONS) {
if (error_code == AWS_IO_DNS_INVALID_NAME || error_code == AWS_ERROR_PLATFORM_NOT_SUPPORTED ||
error_code == AWS_IO_SOCKET_INVALID_OPTIONS) {
/**
* Fail fast without retry
* - Invalid DNS name will not change after retry.
Expand Down

0 comments on commit 63acc66

Please sign in to comment.