We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e638e commit f6d62ecCopy full SHA for f6d62ec
cpp/common/src/codingstandards/cpp/types/FunctionType.qll
@@ -16,4 +16,4 @@ class FunctionType extends Type {
16
result = this.(RoutineType).getParameterType(i) or
17
result = this.(FunctionPointerIshType).getParameterType(i)
18
}
19
-}
+}
0 commit comments