diff --git a/agent/lib_aws_sdk_php.c b/agent/lib_aws_sdk_php.c index 5c2e0b397..0bd5c9050 100644 --- a/agent/lib_aws_sdk_php.c +++ b/agent/lib_aws_sdk_php.c @@ -384,7 +384,7 @@ NR_PHP_WRAPPER(nr_aws_client_call) { NR_EXECUTE_ORIG_ARGS); } } - + if (NR_SEGMENT_CUSTOM == auto_segment->type) { /* * It wasn't set to any of the segments that would autoclose the segment so diff --git a/agent/lib_aws_sdk_php.h b/agent/lib_aws_sdk_php.h index 50d52fec9..887087e39 100644 --- a/agent/lib_aws_sdk_php.h +++ b/agent/lib_aws_sdk_php.h @@ -36,8 +36,8 @@ extern void nr_lib_aws_sdk_php_add_supportability_service_metric( /* * Purpose : Parses the QueueUrl to extract cloud_region, cloud_account_id, and - * destination_name. The extraction sets all or none since the values are from the - * same string and if it is malformed, it cannot be used. + * destination_name. The extraction sets all or none since the values are from + * the same string and if it is malformed, it cannot be used. * * Params : 1. The QueueUrl * 2. message_params to set message_params.destination_name