Skip to content

Commit

Permalink
Minor indentation change
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhamturakhia committed Apr 21, 2021
1 parent 525ee45 commit 579d7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_protocol_adaptor/device_client/aws_nvmsgbroker.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ NvDsMsgApiErrorType nvds_msgapi_connection_signature(char *broker_str, char *cfg
{
IOT_ERROR("nvds_msgapi_connection_signature: insufficient output string length. Atleast %d needed", required_output_str_len);
return NVDS_MSGAPI_ERR;
}
}
if (!is_valid_connection_str(broker_str))
{
return NVDS_MSGAPI_ERR;
Expand Down

0 comments on commit 579d7b4

Please sign in to comment.