Commit 49fb421d authored by emerit's avatar emerit
Browse files

code formatting

parent 920cac92
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -785,7 +785,7 @@ int main(
    int16_t *outInt16Buffer;
    float *outFloatBuffer;
#ifdef SPLIT_REND_WITH_HEAD_ROT
    uint8_t *bitsBufferData = NULL;
    uint8_t *bitsBufferData;
#endif
    IVAS_REND_AudioBuffer inBuffer;
    IVAS_REND_AudioBuffer outBuffer;
@@ -904,8 +904,8 @@ int main(
            exit( -1 );
        }
    }

#endif

    if ( !isEmptyString( args.renderConfigFilePath ) )
    {
        if ( RenderConfigReader_open( args.renderConfigFilePath, &renderConfigReader ) != IVAS_ERR_OK )