Changeset 09ab0a9a in mainline for kernel/generic/src/adt/hash_table.c


Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/adt/hash_table.c

    rb2aaaa0 r09ab0a9a  
    6060#define HT_MAX_LOAD     2
    6161
    62 
    6362static size_t round_up_size(size_t);
    6463static bool alloc_table(size_t, list_t **);
     
    7372        /* no-op */
    7473}
    75 
    7674
    7775/** Create chained hash table.
     
    205203}
    206204
    207 
    208205/** Insert item into a hash table if not already present.
    209206 *
     
    412409}
    413410
    414 
    415411/** Shrinks the table if the table is only sparely populated. */
    416412static inline void shrink_if_needed(hash_table_t *h)
     
    472468}
    473469
    474 
    475470/** @}
    476471 */
Note: See TracChangeset for help on using the changeset viewer.