Commit 3d79bb39 authored by malenov's avatar malenov
Browse files

apply clang-format

parent 56b7ec21
Loading
Loading
Loading
Loading
Loading
+356 −358
Original line number Diff line number Diff line
@@ -1747,7 +1747,8 @@ void print_mem(ROM_Size_Lookup_Table Const_Data_PROM_Table[])
    if ( Const_Data_PROM_Table != NULL )
    {
        nElem = 0;
        while (strcmp(Const_Data_PROM_Table[nElem].file_spec, "") != 0) nElem++;
        while ( strcmp( Const_Data_PROM_Table[nElem].file_spec, "" ) != 0 )
            nElem++;

        for ( i = 0; i < nElem; i++ )
        {
@@ -1881,6 +1882,3 @@ void print_mem(ROM_Size_Lookup_Table Const_Data_PROM_Table[])
#ifndef WMOPS
int cntr_push_pop = 0; /* global counter for checking balanced push_wmops()/pop_wmops() pairs when WMOPS is not activated */
#endif


+675 −214

File changed.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@
#include "wmc_auto.h"



#ifdef SBA_BR_SWITCHING
/*-------------------------------------------------------------------*
 * ivas_sba_dec_reinit()
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@
#endif



/*-------------------------------------------------------------------*
 * TDREND_MIX_LIST_SetPos()
 *
+14 −14

File changed.

Contains only whitespace changes.