We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19313dc commit 4e3c443Copy full SHA for 4e3c443
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