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
  • uspace/lib/c/generic/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 *
     
    413410}
    414411
    415 
    416412/** Shrinks the table if the table is only sparely populated. */
    417413static inline void shrink_if_needed(hash_table_t *h)
     
    473469}
    474470
    475 
    476471/** @}
    477472 */
Note: See TracChangeset for help on using the changeset viewer.