Skip to content

Commit

Permalink
textops: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 9431546 commit 6693411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/textops/api.c
Expand Up @@ -34,7 +34,7 @@


/*
* User friendly wrapper around add_hf_helper, to be called from
* User friendly wrapper around add_hf_helper, to be called from
* other modules.
*/
int append_hf_api(struct sip_msg *msg, str *str_hf)
Expand All @@ -43,7 +43,7 @@ int append_hf_api(struct sip_msg *msg, str *str_hf)
}

/*
* User friendly wrapper around remove_hf_f, to be called from
* User friendly wrapper around remove_hf_f, to be called from
* other modules.
*/
int remove_hf_api(struct sip_msg *msg, str *str_hf)
Expand Down

0 comments on commit 6693411

Please sign in to comment.