reindent bloom.c
This commit is contained in:
parent
bc13bda65b
commit
ba7633d4e0
1 changed files with 15 additions and 15 deletions
2
bloom.c
2
bloom.c
|
@ -8,7 +8,7 @@
|
||||||
*
|
*
|
||||||
* See http://isthe.com/chongo/tech/comp/fnv/
|
* See http://isthe.com/chongo/tech/comp/fnv/
|
||||||
*/
|
*/
|
||||||
uint32_t fnv32_1(uint8_t *data, size_t data_len) {
|
uint32_t fnv32_1(uint8_t * data, size_t data_len) {
|
||||||
uint32_t hash;
|
uint32_t hash;
|
||||||
|
|
||||||
/* Constants, for 32-bit only. */
|
/* Constants, for 32-bit only. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue