diff --git a/lib/src/phy/channel/hst.c b/lib/src/phy/channel/hst.c index 1c650ab8b..cc99e2cbe 100644 --- a/lib/src/phy/channel/hst.c +++ b/lib/src/phy/channel/hst.c @@ -86,4 +86,4 @@ void srslte_channel_hst_free(srslte_channel_hst_t* q) if (q) { bzero(q, sizeof(srslte_channel_hst_t)); } -} \ No newline at end of file +}