From 11f49b42760ea3033e2df8936a6fae0599d34cf9 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Sat, 5 Apr 2025 09:44:02 +0200 Subject: [PATCH] bw_drive cosmetics --- include/bw_drive.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/bw_drive.h b/include/bw_drive.h index 3f44712..8fdd9e2 100644 --- a/include/bw_drive.h +++ b/include/bw_drive.h @@ -469,9 +469,9 @@ static inline float bw_drive_reset_state( static inline void bw_drive_reset_state_multi( const bw_drive_coeffs * BW_RESTRICT coeffs, bw_drive_state * BW_RESTRICT const * BW_RESTRICT state, - const float * x_0, - float * y_0, - size_t n_channels) { + const float * x_0, + float * y_0, + size_t n_channels) { BW_ASSERT(coeffs != BW_NULL); BW_ASSERT_DEEP(bw_drive_coeffs_is_valid(coeffs)); BW_ASSERT_DEEP(coeffs->state >= bw_drive_coeffs_state_reset_coeffs);