2
0
Эх сурвалжийг харах

sipdump: small whitespace fixes

(cherry picked from commit 5d523e81c2a6ad1394254a36e9e143cb04e0171b)
Daniel-Constantin Mierla 5 жил өмнө
parent
commit
4e6345bbd0

+ 5 - 5
src/modules/sipdump/sipdump_mod.c

@@ -206,7 +206,7 @@ int ki_sipdump_send(sip_msg_t *msg, str *stag)
 
 	if(!sipdump_enabled())
 		return 1;
-	
+
 	memset(&sdi, 0, sizeof(sipdump_info_t));
 
 	sdi.buf.s = msg->buf;
@@ -267,14 +267,14 @@ static int w_sipdump_send(sip_msg_t *msg, char *ptag, char *str2)
 }
 
 /**
- * 
+ *
  */
 int sipdump_msg_received(sr_event_param_t *evp)
 {
 	str wdata;
 	sipdump_info_t sdi;
 	char srcip_buf[IP_ADDR_MAX_STRZ_SIZE];
-	
+
 	if(!sipdump_enabled())
 		return 0;
 
@@ -319,7 +319,7 @@ int sipdump_msg_received(sr_event_param_t *evp)
 }
 
 /**
- * 
+ *
  */
 int sipdump_msg_sent(sr_event_param_t *evp)
 {
@@ -327,7 +327,7 @@ int sipdump_msg_sent(sr_event_param_t *evp)
 	sipdump_info_t sdi;
 	ip_addr_t ip;
 	char dstip_buf[IP_ADDR_MAX_STRZ_SIZE];
-	
+
 	if(!sipdump_enabled())
 		return 0;