mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17: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
|
@ -32,8 +32,8 @@ const FuncTypePtr& EventHandler::GetType(bool check_export)
|
|||
if ( type )
|
||||
return type;
|
||||
|
||||
const auto& id =
|
||||
detail::lookup_ID(name.data(), detail::current_module.c_str(), false, false, check_export);
|
||||
const auto& id = detail::lookup_ID(name.data(), detail::current_module.c_str(), false, false,
|
||||
check_export);
|
||||
|
||||
if ( ! id )
|
||||
return FuncType::nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue