Commit 610c393e authored by vaclav's avatar vaclav
Browse files

comment + clang-format

parent d0ab0d0a
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1679,7 +1679,8 @@ ivas_error IVAS_DEC_SetEditableParameters(
 *---------------------------------------------------------------------*/

ivas_error IVAS_DEC_PrepareRenderer(
    IVAS_DEC_HANDLE hIvasDec )
    IVAS_DEC_HANDLE hIvasDec /* i/o: IVAS decoder handle    */
)
{
    if ( hIvasDec == NULL || hIvasDec->st_ivas == NULL )
    {
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ ivas_error IVAS_DEC_SetEditableParameters(
);

ivas_error IVAS_DEC_PrepareRenderer(
    IVAS_DEC_HANDLE hIvasDec 
    IVAS_DEC_HANDLE hIvasDec                    /* i/o: IVAS decoder handle                                                     */
);

/*! r: decoder error code */
+1 −1

File changed.

Contains only whitespace changes.