Commit 5dc8c9a8 authored by Fabian Müller's avatar Fabian Müller
Browse files

Fix code style

parent 01e9e91c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -3291,7 +3291,10 @@ static ivas_error getConstInputById(
    return IVAS_ERR_OK;
}

static void *getInputByIndex( void *inputsArray, const size_t index, const IVAS_REND_AudioConfigType inputType )
static void *getInputByIndex(
    void *inputsArray,
    const size_t index,
    const IVAS_REND_AudioConfigType inputType )
{
    switch ( inputType )
    {