Re-format code to avoid overly long lines and declarations
This commit is contained in:
@@ -73,7 +73,8 @@ static inline size_t uc_htable_bucket(const struct UHTable *table, size_t hash)
|
||||
* @param table table
|
||||
* @param hash hash
|
||||
*/
|
||||
static inline struct UHNode *uc_htable_first_bucket(const struct UHTable *table, size_t hash)
|
||||
static inline struct UHNode *uc_htable_first_bucket(const struct UHTable *table,
|
||||
size_t hash)
|
||||
{
|
||||
size_t bucket = uc_htable_bucket(table, hash);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user