We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6153f50 commit 552b71dCopy full SHA for 552b71d
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