mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
CPP: Autoformat.
This commit is contained in:
@@ -51,10 +51,8 @@ class StrndupFunction extends AllocationFunction, ArrayFunction, TaintFunction {
|
||||
StrndupFunction() {
|
||||
exists(string name |
|
||||
hasGlobalOrStdName(name) and
|
||||
(
|
||||
// strndup(str, maxlen)
|
||||
name = "strndup"
|
||||
)
|
||||
// strndup(str, maxlen)
|
||||
name = "strndup"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user