Skip to content

Commit 9554513

Browse files
author
Robert Marsh
committed
autoformat
1 parent 7e8a67a commit 9554513

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cpp/ql/src/Critical/OverflowCalculated.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
import cpp
1414

1515
class MallocCall extends FunctionCall {
16-
MallocCall() {
17-
this.getTarget().hasGlobalOrStdName("malloc")
18-
}
16+
MallocCall() { this.getTarget().hasGlobalOrStdName("malloc") }
1917

2018
Expr getAllocatedSize() {
2119
if this.getArgument(0) instanceof VariableAccess

0 commit comments

Comments
 (0)