mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Remove trailing whitespace from script files
This commit is contained in:
parent
303e84ad86
commit
a6378531db
78 changed files with 310 additions and 325 deletions
|
@ -27,7 +27,7 @@ function set_to_regex(ss: set[string], pat: string): pattern
|
|||
for ( s in ss )
|
||||
{
|
||||
local tmp_pattern = convert_for_pattern(s);
|
||||
return_pat = ( i == 0 ) ?
|
||||
return_pat = ( i == 0 ) ?
|
||||
tmp_pattern : cat(tmp_pattern, "|", return_pat);
|
||||
++i;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue