Skip to content

Commit 604affd

Browse files
committed
C++: autoformat
1 parent bf07b0f commit 604affd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-193/ConstantSizeArrayOffByOne.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ module PointerArithmeticToDerefConfig implements DataFlow::ConfigSig {
9292
pointerArithOverflow(source.asInstruction(), _, _, _, _)
9393
}
9494

95-
predicate isSink(DataFlow::Node sink) {
96-
isInvalidPointerDerefSink1(sink, _, _)
97-
}
95+
predicate isSink(DataFlow::Node sink) { isInvalidPointerDerefSink1(sink, _, _) }
9896
}
9997

10098
module PointerArithmeticToDerefFlow = DataFlow::Global<PointerArithmeticToDerefConfig>;

0 commit comments

Comments
 (0)