Skip to content

Commit 4455011

Browse files
author
Krish
committed
lint fix
1 parent 06d5b8b commit 4455011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/aws/s3/s3_client.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ typedef void(aws_s3_client_shutdown_complete_callback_fn)(void *user_data);
262262
* https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html#API_PutObject_RequestSyntax
263263
* If an error occurs, call aws_raise_error(E) with a proper error code and return NULL.
264264
*/
265-
typedef struct aws_string *(aws_s3_meta_request_full_object_checksum_fn)(struct aws_s3_meta_request * meta_request,
265+
typedef struct aws_string *(aws_s3_meta_request_full_object_checksum_fn)(struct aws_s3_meta_request *meta_request,
266266
void *user_data);
267267

268268
enum aws_s3_meta_request_tls_mode {
@@ -429,7 +429,7 @@ typedef int(aws_s3_meta_request_upload_review_fn)(
429429
* @return The aws_s3express_credentials_provider.
430430
*/
431431
typedef struct aws_s3express_credentials_provider *(
432-
aws_s3express_provider_factory_fn)(struct aws_allocator * allocator,
432+
aws_s3express_provider_factory_fn)(struct aws_allocator *allocator,
433433
struct aws_s3_client *client,
434434
aws_simple_completion_callback on_provider_shutdown_callback,
435435
void *shutdown_user_data,

0 commit comments

Comments
 (0)