Commit a2b85f9b authored by Shikha Shetgeri's avatar Shikha Shetgeri
Browse files

clean up & clang format fixes

parent a035b93b
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -155,11 +155,8 @@ static void DeleteTableList( TableList *ptable_list, int32_t iTables )
{

    TableNode *node;
    //int32_t iMaxTables;
    node = ptable_list->poOrderedTop;


    //iMaxTables = 1 << iReadLength;
    while ( ( iTables ) )
    {

@@ -282,11 +279,9 @@ static void AddcodeTableList( TableList *ptable_list, int32_t iLength, int32_t i
static void CreateDecodeTable( CQMFDecoder *psCQMFDecoder, int32_t num, const uint32_t ( *ppuiEncTable )[2], int32_t iSize, int32_t iReadLength, uint32_t *iTables )
{
    int32_t n;
    //int32_t iMaxTables;
    uint32_t **ppsort_enc_table;
    TableList *ptable_list;
    ptable_list = (TableList *) malloc( sizeof( TableList ) );
    //iMaxTables = 1 << iReadLength;

    ppsort_enc_table = (uint32_t **) malloc( iSize * sizeof( int32_t * ) );
    for ( n = 0; n < iSize; n++ )