C++: autoformat

This commit is contained in:
Robert Marsh
2019-10-07 16:37:35 -07:00
parent 5c084f8b39
commit 7fa367d6cf

View File

@@ -195,4 +195,3 @@ predicate isDeallocationExpr(Expr e) {
e instanceof DeleteExpr or
e instanceof DeleteArrayExpr
}