mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08: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
|
@ -271,8 +271,8 @@ public:
|
|||
static constexpr bro_uint_t PREALLOCATED_COUNTS = 4096;
|
||||
static constexpr bro_uint_t PREALLOCATED_INTS = 512;
|
||||
static constexpr bro_int_t PREALLOCATED_INT_LOWEST = -255;
|
||||
static constexpr bro_int_t PREALLOCATED_INT_HIGHEST =
|
||||
PREALLOCATED_INT_LOWEST + PREALLOCATED_INTS - 1;
|
||||
static constexpr bro_int_t PREALLOCATED_INT_HIGHEST = PREALLOCATED_INT_LOWEST +
|
||||
PREALLOCATED_INTS - 1;
|
||||
|
||||
ValManager();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue