mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +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
|
@ -364,8 +364,8 @@ struct val_converter
|
|||
unsigned int pos = 0;
|
||||
for ( auto& item : a )
|
||||
{
|
||||
auto item_val =
|
||||
data_to_val(move(item), pure ? lt->GetPureType().get() : types[pos].get());
|
||||
auto item_val = data_to_val(move(item),
|
||||
pure ? lt->GetPureType().get() : types[pos].get());
|
||||
pos++;
|
||||
|
||||
if ( ! item_val )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue