瀏覽代碼

sipcapture: removed trailing spaces

Daniel-Constantin Mierla 1 年之前
父節點
當前提交
63536017ca
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/sipcapture/hep.c

+ 2 - 2
src/modules/sipcapture/hep.c

@@ -220,10 +220,10 @@ int hepv2_received(char *buf, unsigned int len, struct receive_info *ri)
 	ri->dst_port = ntohs(heph->hp_dport);
 
 	/* cut off the offset */
-	/* 
+	/*
 	 *  len -= offset;
          *  p = buf + offset;
-	 *  memmove(buf, p, BUF_SIZE+1); 
+	 *  memmove(buf, p, BUF_SIZE+1);
 	*/
 
 	hep_payload = buf + hep_offset;