File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 */
283282static 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
326327static int s_test_s3_buffer_pool_too_small (struct aws_allocator * allocator , void * ctx ) {
327328 (void )allocator ;
You can’t perform that action at this time.
0 commit comments