From 63acc666cf35dfb7e48f9147263af2ddaac2ad3c Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Wed, 18 Dec 2024 10:02:28 -0800 Subject: [PATCH] clang-format --- source/s3_client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/s3_client.c b/source/s3_client.c index ad9ce3d8..590e1dd3 100644 --- a/source/s3_client.c +++ b/source/s3_client.c @@ -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.