Commit 0cd5c2e1 authored by multrus's avatar multrus Committed by Sandesh Venkatesh
Browse files

add missing curly braces; BE

parent 8b19dc12
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -604,7 +604,9 @@ void ivas_dirac_dec_decorr_process_fx(
#else
        Flag is_zero = is_zero_arr( h_freq_domain_decorr_ap_state->decorr_buffer_fx, decorr_buff_tot_len );
        if ( is_zero == 0 )
        {
            guarded_bits = 3;
        }

        IF( is_zero == 0 )
        {