Commit 59ca3bb6 authored by emerit's avatar emerit
Browse files

fix clang format and msbuild

parent 5e4ea1dd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -902,7 +902,10 @@ static ivas_error ivas_binaural_hrtf_open(
        {
            scaleFactor = powf( 2.f, -1.f * (float) FASTCONV_HRIR_FOA_factorQ );
        }

        else
        {
            scaleFactor = 1.f
        }
        HrtfFastConv->allocate_init_flag = 0; /* TODO: consider getting rid of this flag entirely? */
#else
        HrtfFastConv->allocate_init_flag = 1;
+1 −1

File changed.

Contains only whitespace changes.