Skip to content

Commit 0ec1b06

Browse files
format
1 parent 0a699a5 commit 0ec1b06

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/s3_default_buffer_pool_tests.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,10 @@ static void s_on_pool_buffer_reserved_instant_release(void *user_data) {
274274
if (aws_future_s3_buffer_ticket_get_error(state->future) == AWS_OP_SUCCESS) {
275275
state->ticket = aws_future_s3_buffer_ticket_get_result_by_move(state->future);
276276
}
277-
277+
278278
state->future = aws_future_s3_buffer_ticket_release(state->future);
279279
}
280280

281-
282281
/* release future in the callback right away to check for potential race conditions */
283282
static int s_test_s3_buffer_pool_reserve_over_limit_instant_release(struct aws_allocator *allocator, void *ctx) {
284283
(void)allocator;
@@ -321,7 +320,9 @@ static int s_test_s3_buffer_pool_reserve_over_limit_instant_release(struct aws_a
321320

322321
return 0;
323322
};
324-
AWS_TEST_CASE(test_s3_buffer_pool_reserve_over_limit_instant_release, s_test_s3_buffer_pool_reserve_over_limit_instant_release)
323+
AWS_TEST_CASE(
324+
test_s3_buffer_pool_reserve_over_limit_instant_release,
325+
s_test_s3_buffer_pool_reserve_over_limit_instant_release)
325326

326327
static int s_test_s3_buffer_pool_too_small(struct aws_allocator *allocator, void *ctx) {
327328
(void)allocator;

0 commit comments

Comments
 (0)