mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
clang-format: Set penalty for breaking after assignment operator
This commit is contained in:
parent
4423574d26
commit
9af6b2f48d
54 changed files with 255 additions and 247 deletions
|
@ -1060,8 +1060,8 @@ int Dictionary::LookupIndex(const void* key, int key_size, detail::hash_t hash,
|
|||
#ifdef DEBUG
|
||||
int linear_position = LinearLookupIndex(key, key_size, hash);
|
||||
#endif // DEBUG
|
||||
int position =
|
||||
LookupIndex(key, key_size, hash, bucket, Capacity(), insert_position, insert_distance);
|
||||
int position = LookupIndex(key, key_size, hash, bucket, Capacity(), insert_position,
|
||||
insert_distance);
|
||||
if ( position >= 0 )
|
||||
{
|
||||
ASSERT(position == linear_position); // same as linearLookup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue