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

Skip to content

Commit 488a55b

Browse files
committed
C++: Autoformat.
1 parent 3536d84 commit 488a55b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cpp/ql/src/Critical/SizeCheck2.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
import cpp
1616

1717
class Allocation extends FunctionCall {
18-
Allocation() {
19-
this.getTarget().hasGlobalOrStdName(["malloc", "calloc", "realloc"])
20-
}
18+
Allocation() { this.getTarget().hasGlobalOrStdName(["malloc", "calloc", "realloc"]) }
2119

2220
private string getName() { this.getTarget().hasGlobalOrStdName(result) }
2321

0 commit comments

Comments
 (0)