mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38: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
|
@ -371,8 +371,8 @@ static std::vector<std::string> get_script_signature_files()
|
|||
std::vector<std::string> rval;
|
||||
|
||||
// Parse rule files defined on the script level.
|
||||
char* script_signature_files =
|
||||
util::copy_string(id::find_val("signature_files")->AsString()->CheckString());
|
||||
char* script_signature_files = util::copy_string(
|
||||
id::find_val("signature_files")->AsString()->CheckString());
|
||||
|
||||
char* tmp = script_signature_files;
|
||||
char* s;
|
||||
|
@ -921,8 +921,8 @@ SetupResult setup(int argc, char** argv, Options* zopts)
|
|||
packet_mgr->DumpDebug();
|
||||
analyzer_mgr->DumpDebug();
|
||||
|
||||
run_state::detail::have_pending_timers =
|
||||
! run_state::reading_traces && timer_mgr->Size() > 0;
|
||||
run_state::detail::have_pending_timers = ! run_state::reading_traces &&
|
||||
timer_mgr->Size() > 0;
|
||||
|
||||
return {0, std::move(options)};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue