Commit 9e5259ce authored by TYAGIRIS's avatar TYAGIRIS
Browse files

clang format fix

parent 73003d00
Loading
Loading
Loading
Loading
Loading
+3548 −3546

File changed.

Preview size limit exceeded, changes collapsed.

+14 −12
Original line number Diff line number Diff line
@@ -654,8 +654,10 @@ static ivas_error ivas_alloc_pppMem_fx(
        return IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for HRTF memory" );
    }

    FOR( i = 0; i < dim1; i++ ){
        IF( ( localMem[i] = (Word32 **) malloc( dim2 * sizeof( Word32 * ) ) ) == NULL ){
    for ( i = 0; i < dim1; i++ )
    {
        IF( ( localMem[i] = (Word32 **) malloc( dim2 * sizeof( Word32 * ) ) ) == NULL )
        {
            return IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for HRTF memory" );
        }
        IF( allocate_init_flag == 0 )