bloom: fix whitespace around tab length
Fix alignment issues that were likely introduced due to an editor using tab lengths of 4 instead of 8. Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
1b4c57fa87
commit
eb591e42fd
4
bloom.h
4
bloom.h
@ -74,8 +74,8 @@ void fill_bloom_key(const char *data,
|
||||
const struct bloom_filter_settings *settings);
|
||||
|
||||
void add_key_to_filter(const struct bloom_key *key,
|
||||
struct bloom_filter *filter,
|
||||
const struct bloom_filter_settings *settings);
|
||||
struct bloom_filter *filter,
|
||||
const struct bloom_filter_settings *settings);
|
||||
|
||||
void init_bloom_filters(void);
|
||||
|
||||
|
Reference in New Issue
Block a user