mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +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
|
@ -111,8 +111,8 @@ const IDPtr& lookup_ID(const char* name, const char* curr_module, bool no_global
|
|||
std::string fullname = make_full_var_name(curr_module, name);
|
||||
|
||||
std::string ID_module = extract_module_name(fullname.c_str());
|
||||
bool need_export =
|
||||
check_export && (ID_module != GLOBAL_MODULE_NAME && ID_module != curr_module);
|
||||
bool need_export = check_export &&
|
||||
(ID_module != GLOBAL_MODULE_NAME && ID_module != curr_module);
|
||||
|
||||
for ( auto s_i = scopes.rbegin(); s_i != scopes.rend(); ++s_i )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue