Commit d2be344b authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix formatting

parent 915e1540
Loading
Loading
Loading
Loading
+13 −16
Original line number Diff line number Diff line
@@ -999,9 +999,7 @@ void ivas_ism_dec_digest_tc(
         st_ivas->renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM ||
         ( st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV_ROOM && st_ivas->hDecoderConfig->Opt_Headrotation == 0 )
#ifdef JBM_FOR_OSBA
         || st_ivas->renderer_type == RENDERER_OSBA_STEREO
		 || st_ivas->renderer_type == RENDERER_OSBA_AMBI
		 || st_ivas->renderer_type == RENDERER_OSBA_LS
         || st_ivas->renderer_type == RENDERER_OSBA_STEREO || st_ivas->renderer_type == RENDERER_OSBA_AMBI || st_ivas->renderer_type == RENDERER_OSBA_LS
#endif
    )
    {
@@ -1061,8 +1059,7 @@ void ivas_ism_dec_digest_tc(
                       || st_ivas->renderer_type == RENDERER_OSBA_LS
#endif
                       ) &&
                     st_ivas->hCombinedOrientationData == NULL 
					)
                     st_ivas->hCombinedOrientationData == NULL )
                {
                    if ( st_ivas->hIntSetup.is_planar_setup )
                    {
+2 −2

File changed.

Contains only whitespace changes.