Commit a8606299 authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

clang formatting patch

parent 75d6a4cd
Loading
Loading
Loading
Loading
Loading
+22 −22
Original line number Diff line number Diff line
@@ -1154,8 +1154,7 @@ ivas_error ivas_init_decoder_front(
     * Allocate HRTF binary handle
     *--------------------------------------------------------------------*/

    IF( st_ivas->hDecoderConfig->Opt_HRTF_binary )
    {
    IF( st_ivas->hDecoderConfig->Opt_HRTF_binary ){
        IF( NE_32( ( error = ivas_HRTF_binary_open_fx( &( st_ivas->hHrtfTD ) ) ), IVAS_ERR_OK ) ){
            return error;
}
@@ -2354,7 +2353,8 @@ ivas_error ivas_init_decoder_fx(
#else
#ifdef NONBE_FIX_922_PRECOMPUTED_HRTF_PROPERTIES
        if ( NE_32( ( error = ivas_rend_openCrend( &( st_ivas->hCrendWrapper ), st_ivas->intern_config, st_ivas->hDecoderConfig->output_config,
                                            st_ivas->hRenderConfig, st_ivas->hSetOfHRTF, st_ivas->hHrtfStatistics, st_ivas->hDecoderConfig->output_Fs ) ), IVAS_ERR_OK ) )
                                                   st_ivas->hRenderConfig, st_ivas->hSetOfHRTF, st_ivas->hHrtfStatistics, st_ivas->hDecoderConfig->output_Fs ) ),
                    IVAS_ERR_OK ) )
#else
        IF( NE_32( ( error = ivas_rend_openCrend( &( st_ivas->hCrendWrapper ), st_ivas->intern_config, st_ivas->hDecoderConfig->output_config,
                                                  st_ivas->hRenderConfig, st_ivas->hSetOfHRTF, st_ivas->hDecoderConfig->output_Fs ) ),
+5 −5

File changed.

Contains only whitespace changes.