no semantic changes: corrected & reflowed some comments, plus a whitespace tweak

This commit is contained in:
Vern Paxson 2021-01-04 13:38:36 -08:00
parent fa61a715bc
commit c8be7ec795
3 changed files with 14 additions and 10 deletions

View file

@ -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 )