Skip to content

Commit

Permalink
Format: Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Sep 20, 2023
1 parent fc11e14 commit d47bfd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/v5/mqtt5_to_mqtt3_adapter_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,9 @@ static int s_mqtt5to3_adapter_subscribe_single_success_null_suback_fn(struct aws
return AWS_OP_SUCCESS;
}

AWS_TEST_CASE(mqtt5to3_adapter_subscribe_single_success_null_suback, s_mqtt5to3_adapter_subscribe_single_success_null_suback_fn)
AWS_TEST_CASE(
mqtt5to3_adapter_subscribe_single_success_null_suback,
s_mqtt5to3_adapter_subscribe_single_success_null_suback_fn)

static void s_aws_mqtt5_to_mqtt3_adapter_test_fixture_record_subscribe_multi_complete(
struct aws_mqtt_client_connection *connection,
Expand Down

0 comments on commit d47bfd4

Please sign in to comment.