mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
C++: Autoformat.
This commit is contained in:
@@ -15,6 +15,4 @@ class FreedExpr extends PointsToExpr {
|
||||
override predicate interesting() { freed(this) }
|
||||
}
|
||||
|
||||
predicate allocMayBeFreed(AllocationExpr alloc) {
|
||||
anythingPointsTo(alloc)
|
||||
}
|
||||
predicate allocMayBeFreed(AllocationExpr alloc) { anythingPointsTo(alloc) }
|
||||
|
||||
Reference in New Issue
Block a user