mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +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
|
@ -25,7 +25,7 @@ function join_string_set(ss: set[string], j: string): string
|
|||
{
|
||||
if ( i > 0 )
|
||||
output = cat(output, j);
|
||||
|
||||
|
||||
output = cat(output, s);
|
||||
++i;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue