Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Nov 29, 2023
1 parent 8360284 commit ef9ad58
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 @@ -1676,8 +1676,8 @@ void aws_s3_client_update_meta_requests_threaded(struct aws_s3_client *client) {
for (uint32_t pass_index = 0; pass_index < num_passes; ++pass_index) {

/**
* Iterate through the meta requests to update meta requests and get new requests that can then be prepared (reading from any streams, signing,
* etc.) for sending.
* Iterate through the meta requests to update meta requests and get new requests that can then be prepared
+ * (reading from any streams, signing, etc.) for sending.
*/
while (!aws_linked_list_empty(&client->threaded_data.meta_requests)) {

Expand Down

0 comments on commit ef9ad58

Please sign in to comment.