Commit c911e9c9 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Apply insane clang format to satisfy it...

parent fd527538
Loading
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -414,11 +414,9 @@ ivas_error ivas_td_binaural_renderer_unwrap_fx(
            }
        }
#else
        IF( EQ_16( subframe_idx, ism_md_subframe_update ) )
        {
        IF( EQ_16( subframe_idx, ism_md_subframe_update ) ){
            /* Update object position(s) */
            IF( NE_32( ( error = TDREND_Update_object_positions_fx( hBinRendererTd, num_src, ivas_format, hIsmMetaData ) ), IVAS_ERR_OK ) )
            {
            IF( NE_32( ( error = TDREND_Update_object_positions_fx( hBinRendererTd, num_src, ivas_format, hIsmMetaData ) ), IVAS_ERR_OK ) ){
                return error;
    }
}