소스 검색

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;