C++: Autoformat.

This commit is contained in:
Geoffrey White
2020-10-05 10:39:32 +01:00
parent 3536d84bdf
commit 488a55b9dd

View File

@@ -15,9 +15,7 @@
import cpp
class Allocation extends FunctionCall {
Allocation() {
this.getTarget().hasGlobalOrStdName(["malloc", "calloc", "realloc"])
}
Allocation() { this.getTarget().hasGlobalOrStdName(["malloc", "calloc", "realloc"]) }
private string getName() { this.getTarget().hasGlobalOrStdName(result) }