* INTC Contribution to the O-RAN F Release for O-DU Low
[o-du/phy.git] / fhi_lib / lib / src / xran_transport.c
index 881f6f6..72249bc 100644 (file)
@@ -154,7 +154,6 @@ int xran_build_ecpri_hdr(struct rte_mbuf *mbuf,
   uint32_t payloadlen;
   struct xran_ecpri_hdr *tmp;
 
-
     tmp = (struct xran_ecpri_hdr *)rte_pktmbuf_append(mbuf, sizeof(struct xran_ecpri_hdr));
     if(unlikely(tmp == NULL)) {
         print_err("Fail to allocate the space for eCPRI hedaer!");