Browse Source

textops: removed trailing spaces

Daniel-Constantin Mierla 1 year ago
parent
commit
6693411081
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/modules/textops/api.c

+ 2 - 2
src/modules/textops/api.c

@@ -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)
@@ -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)