Skip to content

Commit 6d501eb

Browse files
committed
add missing line break before new function in thread descendants analysis
1 parent ec2b4f5 commit 6d501eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/analyses/threadDescendants.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ let must_ancestor_descendants_closure man tid =
1515
let descendants = man.ask @@ Queries.DescendantThreads tid in
1616
let must_ancestors_descendants = TIDs.filter (TID.must_be_ancestor tid) descendants in
1717
TIDs.add tid must_ancestors_descendants
18+
1819
(** compute all descendant threads that may run along with the ego thread at a program point.
1920
for all of them, tid must be an ancestor
2021
@param man man of ego thread at the program point

0 commit comments

Comments
 (0)