Commit 09a83dba authored by Shikha Shetgeri's avatar Shikha Shetgeri
Browse files

clang-format fixes

parent b34123c9
Loading
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -200,9 +200,11 @@ ivas_error ivas_spar_covar_smooth_enc_open(
#ifdef LBR_SBA_EXTRA_COV_SMOOTH
    ivas_set_up_cov_smoothing( hCovState, pFb, cov_smooth_cfg->max_update_rate, cov_smooth_cfg->min_pool_size
#ifndef FIX_331_ALL_BRS
      , nchan_inp
                               ,
                               nchan_inp
#endif
      , ivas_total_brate );
                               ,
                               ivas_total_brate );
#else
    ivas_set_up_cov_smoothing( hCovState, pFb, cov_smooth_cfg->max_update_rate, cov_smooth_cfg->min_pool_size,
#ifndef FIX_331_ALL_BRS