Sfoglia il codice sorgente

sipjson: removed trailing spaces

Daniel-Constantin Mierla 1 anno fa
parent
commit
5fa1c25e59
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      src/modules/sipjson/sipjson_mod.c

+ 4 - 4
src/modules/sipjson/sipjson_mod.c

@@ -120,7 +120,7 @@ error:
 }
 }
 
 
 /**
 /**
- * 
+ *
  */
  */
 static int ki_sj_serialize(sip_msg_t *msg, str *smode, str *pvn)
 static int ki_sj_serialize(sip_msg_t *msg, str *smode, str *pvn)
 {
 {
@@ -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)
 static int w_sj_serialize(sip_msg_t *msg, char *mode, char *vout)
 {
 {
@@ -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,
 static int sj_add_xuri_attr(sip_uri_t *puri, int atype, char *aname, int alen,
 		srjson_doc_t *jdoc, srjson_t *jr)
 		srjson_doc_t *jdoc, srjson_t *jr)
@@ -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)
 static int sj_serialize_data(sip_msg_t *msg, srjson_doc_t *jdoc, str *smode)
 {
 {