Commit 6989a161 authored by multrus's avatar multrus
Browse files

formatting

parent 19757e34
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1028,9 +1028,7 @@ void bandwidth_switching_detect(
    {
        st->bws_cnt1 = 0;
    }
    else if ( st->total_brate > ACELP_9k60 && st->last_core_brate < ACELP_9k60 && st->bwidth == SWB && st->last_bwidth == WB
              && st->last_low_rate_mode == 0
    )
    else if ( st->total_brate > ACELP_9k60 && st->last_core_brate < ACELP_9k60 && st->bwidth == SWB && st->last_bwidth == WB && st->last_low_rate_mode == 0 )
    {
        st->bws_cnt1++;
    }
+1 −1

File changed.

Contains only whitespace changes.