Skip to content

Commit 552b71d

Browse files
Format
1 parent 6153f50 commit 552b71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/types/FunctionType.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ class FunctionType extends Type {
1616
result = this.(RoutineType).getParameterType(i) or
1717
result = this.(FunctionPointerIshType).getParameterType(i)
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)