Commit fda8764e authored by Adam Mills's avatar Adam Mills
Browse files

Fixing formatting

parent 92719570
Loading
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -4647,8 +4647,7 @@ ivas_error IVAS_REND_SetHeadRotation(
        return IVAS_ERR_UNEXPECTED_NULL_POINTER;
    }

    if ( ( getAudioConfigType( hIvasRend->outputConfig ) != IVAS_REND_AUDIO_CONFIG_TYPE_BINAURAL ) 
        && ( getAudioConfigType( hIvasRend->outputConfig ) != IVAS_REND_AUDIO_CONFIG_TYPE_AMBISONICS ) )
    if ( ( getAudioConfigType( hIvasRend->outputConfig ) != IVAS_REND_AUDIO_CONFIG_TYPE_BINAURAL ) && ( getAudioConfigType( hIvasRend->outputConfig ) != IVAS_REND_AUDIO_CONFIG_TYPE_AMBISONICS ) )
    {
        /* Head rotation can be set only with binaural output */
        return IVAS_ERR_INVALID_OUTPUT_FORMAT;
+1 −1

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.