Commit 92b0c72c authored by Adam Mills's avatar Adam Mills
Browse files

Fixing formatting

parent 7b89b5d9
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -315,7 +315,6 @@ static int16_t ivas_get_APD_filt_orders(
    int16_t i;
    int16_t num_apd_sections = 0;
    float sum_R, R[IVAS_MAX_DECORR_APD_SECTIONS];
    printf("Och %d\n", num_out_chans);

    switch ( num_out_chans )
    {
@@ -349,7 +348,6 @@ static int16_t ivas_get_APD_filt_orders(
    {
        APD_filt_orders[i] = (int16_t) ceil( output_Fs * IVAS_DECORR_PARM_APD_TAU * R[i] / sum_R );
    }
    printf("NUM_APD: %d\n", num_apd_sections);
    return num_apd_sections;
}