Skip to content

Commit

Permalink
ipops: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 5989b2f commit 75ab52d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/ipops/ipops_mod.c
Expand Up @@ -560,7 +560,7 @@ static int w_is_ip(sip_msg_t *_msg, char *_s, char *_p2)
}

/**
*
*
*/
static int ki_is_ip(sip_msg_t *msg, str *sval)
{
Expand Down Expand Up @@ -600,7 +600,7 @@ static int w_is_pure_ip(sip_msg_t *_msg, char *_s, char *_p2)
}

/**
*
*
*/
static int ki_is_pure_ip(sip_msg_t *msg, str *sval)
{
Expand Down Expand Up @@ -640,7 +640,7 @@ static int w_is_ipv4(sip_msg_t *_msg, char *_s, char *_p2)


/**
*
*
*/
static int ki_is_ip4(sip_msg_t *msg, str *sval)
{
Expand Down Expand Up @@ -672,7 +672,7 @@ static int w_is_ipv6(sip_msg_t *_msg, char *_s, char *_p2)
}

/**
*
*
*/
static int ki_is_ip6(sip_msg_t *msg, str *sval)
{
Expand Down Expand Up @@ -706,7 +706,7 @@ static int w_is_ipv6_reference(sip_msg_t *_msg, char *_s, char *_p2)


/**
*
*
*/
static int ki_is_ip6_reference(sip_msg_t *msg, str *sval)
{
Expand Down

0 comments on commit 75ab52d

Please sign in to comment.