Commit e201cf3a authored by Jan Brouwer's avatar Jan Brouwer
Browse files

fix misplaced #endif, clang format warnings

parent 47ddc726
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2655,7 +2655,7 @@ ivas_error RenderConfigReader_read(
                free( pValue );
            }
#endif
#if ( defined DEBUGGING ) || defined ( CONTROL_METADATA_REVERB )
#if ( defined DEBUGGING ) || ( defined CONTROL_METADATA_REVERB )
            else if ( strcmp( chapter, "GENERAL" ) == 0 && strlen( pParams ) != 0 )
#else
            if ( strcmp( chapter, "GENERAL" ) == 0 && strlen( pParams ) != 0 )
@@ -2748,13 +2748,13 @@ ivas_error RenderConfigReader_read(
                    {
                        fprintf( stderr, "Unsupported configuration property %s\n", item );
                    }
#endif
#ifdef CONTROL_METADATA_REVERB
                    params_idx += params_length;
#endif
                }
                free( pValue );
            }
#endif
            else
            {
                fprintf( stderr, "Unknown chapter: %s\n", chapter );