Skip to content

Commit 94a05c4

Browse files
author
Nikita Kraiouchkine
committed
Correct OutOfBounds.qll formatting
1 parent 1aa1766 commit 94a05c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

c/common/src/codingstandards/c/OutOfBounds.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,7 @@ module OOB {
678678
}
679679

680680
private class DynamicAllocationSource extends PointerToObjectSource instanceof AllocationExpr,
681-
FunctionCall
682-
{
681+
FunctionCall {
683682
DynamicAllocationSource() {
684683
// exclude OperatorNewAllocationFunction to only deal with raw malloc-style calls,
685684
// which do not apply a multiple to the size of the allocation passed to them.

0 commit comments

Comments
 (0)