mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
no semantic changes: corrected & reflowed some comments, plus a whitespace tweak
This commit is contained in:
parent
fa61a715bc
commit
c8be7ec795
3 changed files with 14 additions and 10 deletions
|
@ -263,7 +263,7 @@ Frame* Frame::SelectiveClone(const IDPList& selection, ScriptFunc* func) const
|
|||
// other->closure = closure->SelectiveClone(them);
|
||||
// other->outer_ids = outer_ids;
|
||||
|
||||
if( closure )
|
||||
if ( closure )
|
||||
other->CaptureClosure(closure, outer_ids);
|
||||
|
||||
if ( offset_map )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue