Skip to content

Commit 8ef1af9

Browse files
author
Nikita Kraiouchkine
committed
Fix OutOfBounds.qll format
1 parent 3b8361a commit 8ef1af9

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
@@ -903,8 +903,7 @@ module OOB {
903903
override predicate isNotNullTerminated() { none() }
904904
}
905905

906-
private class PointerToObjectSourceOrSizeToBufferAccessFunctionConfig extends DataFlow::Configuration
907-
{
906+
private class PointerToObjectSourceOrSizeToBufferAccessFunctionConfig extends DataFlow::Configuration {
908907
PointerToObjectSourceOrSizeToBufferAccessFunctionConfig() {
909908
this = "PointerToObjectSourceOrSizeToBufferAccessFunctionConfig"
910909
}

0 commit comments

Comments
 (0)