C++: Autoformat.

This commit is contained in:
Geoffrey White
2019-12-17 17:51:55 +00:00
parent eaf00c6683
commit ab0be19cc5

View File

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