mgcp_client: fix sourcecode formatting

Change-Id: I55f98379ea48ffddc25186c15e4dd40762e818b6
This commit is contained in:
Philipp Maier 2023-02-20 12:40:46 +01:00
parent 0dbaaadc06
commit 30bdf94102
1 changed files with 2 additions and 5 deletions

View File

@ -1006,11 +1006,8 @@ const char *mgcp_client_e1_epname(void *ctx, const struct mgcp_client *mgcp, uin
return epname;
}
struct mgcp_response_pending * mgcp_client_pending_add(
struct mgcp_client *mgcp,
mgcp_trans_id_t trans_id,
mgcp_response_cb_t response_cb,
void *priv)
struct mgcp_response_pending *mgcp_client_pending_add(struct mgcp_client *mgcp, mgcp_trans_id_t trans_id,
mgcp_response_cb_t response_cb, void *priv)
{
struct mgcp_response_pending *pending;