diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-07-19 15:36:51 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-07-19 15:36:51 +0200 |
commit | b153d82b78a011776dcef4d20987d39b1f58f279 (patch) | |
tree | 5b427fe0a294fd3add0274bb3652c809ade0d4e5 /src/core | |
parent | eaa54488ca053843471ebd3e38bf4b25d3493067 (diff) | |
download | weechat-b153d82b78a011776dcef4d20987d39b1f58f279.zip |
Remove unneeded spaces and tabs
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-hashtable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-hashtable.h b/src/core/wee-hashtable.h index ab36cdff5..33dc7c11c 100644 --- a/src/core/wee-hashtable.h +++ b/src/core/wee-hashtable.h @@ -36,12 +36,12 @@ typedef void (t_hashtable_map)(void *data, * to a linked list, and it is read with hashed key (as unsigned int). * Keys with same hashed key are grouped in a linked list pointed by htable. * htable is not sorted, linked list is sorted. - * + * * Example of a hashtable with size 8 and 6 items added inside, items are: * "weechat", "fast", "light", "extensible", "chat", "client" * Keys "fast" and "light" have same hashed value, so they are together in * linked list. - * + * * Result is: * +-----+ * | 0 | |