Skip to content

Commit

Permalink
sipjson: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 5091035 commit 19d5dcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/sipjson/sipjson_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static int ki_sj_serialize_helper(sip_msg_t *msg, str *smode, pv_spec_t *pvs)
}

/**
*
*
*/
static int ki_sj_serialize(sip_msg_t *msg, str *smode, str *pvn)
{
Expand All @@ -136,7 +136,7 @@ static int ki_sj_serialize(sip_msg_t *msg, str *smode, str *pvn)
}

/**
*
*
*/
static int w_sj_serialize(sip_msg_t *msg, char *mode, char *vout)
{
Expand All @@ -154,7 +154,7 @@ static int w_sj_serialize(sip_msg_t *msg, char *mode, char *vout)
}

/**
*
*
*/
static int sj_add_xuri_attr(sip_uri_t *puri, int atype, char *aname, int alen,
srjson_doc_t *jdoc, srjson_t *jr)
Expand Down Expand Up @@ -202,7 +202,7 @@ static int sj_add_xuri_attr(sip_uri_t *puri, int atype, char *aname, int alen,
}

/**
*
*
*/
static int sj_serialize_data(sip_msg_t *msg, srjson_doc_t *jdoc, str *smode)
{
Expand Down

0 comments on commit 19d5dcc

Please sign in to comment.