Skip to content

Commit

Permalink
counters: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 3c19a03 commit 3e0f45d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/counters/counters.c
Expand Up @@ -223,7 +223,7 @@ static int cnt_int_fixup(void **param, int param_no)


/**
*
*
*/
static int cnt_inc_f(struct sip_msg *msg, char *handle, char *bar)
{
Expand Down Expand Up @@ -265,7 +265,7 @@ static int ki_cnt_inc(sip_msg_t *msg, str *sname)
}

/**
*
*
*/
static int cnt_add_f(struct sip_msg *msg, char *handle, char *val)
{
Expand Down Expand Up @@ -295,7 +295,7 @@ static int ki_cnt_add(sip_msg_t *msg, str *sname, int v)
}

/**
*
*
*/
static int cnt_reset_f(struct sip_msg *msg, char *handle, char *bar)
{
Expand Down

0 comments on commit 3e0f45d

Please sign in to comment.