Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab0be19

Browse files
committed
C++: Autoformat.
1 parent eaf00c6 commit ab0be19

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cpp/ql/src/Critical/MemoryFreed.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ class FreedExpr extends PointsToExpr {
1515
override predicate interesting() { freed(this) }
1616
}
1717

18-
predicate allocMayBeFreed(AllocationExpr alloc) {
19-
anythingPointsTo(alloc)
20-
}
18+
predicate allocMayBeFreed(AllocationExpr alloc) { anythingPointsTo(alloc) }

0 commit comments

Comments
 (0)