We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf4fbb commit f89068cCopy full SHA for f89068c
1 file changed
cpp/common/src/codingstandards/cpp/allocations/CustomOperatorNewDelete.qll
@@ -31,7 +31,7 @@ abstract class OperatorNewOrDelete extends Operator {
31
/**
32
* An `operator new` and `operator new[]` function described in [new.delete.single]
33
* and [new.delete.array], respectively.
34
- *
+ *
35
* Note that these do not include [new.delete.placement]. These are captured in
36
* `PlacementOperatorNew`.
37
*/
0 commit comments