Commit 8a9fa2c2 authored by sagnowski's avatar sagnowski
Browse files

Fix formatting

parent fa289a38
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -150,7 +150,8 @@ static bool extend_frm( apa_state_t *ps, const int16_t frm_in[], int16_t frm_out
uint8_t apa_init(
    apa_state_t **pps
#ifdef MC_JBM
    ,int32_t num_channels
    ,
    int32_t num_channels
#endif
)
{
@@ -221,7 +222,8 @@ bool apa_set_rate(
    apa_state_t *ps,
    const int32_t output_Fs
#ifndef MC_JBM
    ,const int16_t num_channels
    ,
    const int16_t num_channels
#endif
)
{
+1 −1

File changed.

Contains only whitespace changes.