From f530db5c45aeacbaa68779a13ecc22c64224887a Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Fri, 30 Aug 2024 14:27:58 +0200 Subject: [PATCH] bw_buf cosmetics --- include/bw_buf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/bw_buf.h b/include/bw_buf.h index bfa7217..77e85ed 100644 --- a/include/bw_buf.h +++ b/include/bw_buf.h @@ -285,9 +285,9 @@ static inline void bw_buf_fill( } static inline void bw_buf_copy( - const float * src, - float * dest, - size_t n_elems) { + const float * src, + float * dest, + size_t n_elems) { BW_ASSERT(src != BW_NULL); BW_ASSERT_DEEP(!bw_has_nan(src, n_elems)); BW_ASSERT(dest != BW_NULL);