CPP: Autoformat.

This commit is contained in:
Geoffrey White
2020-01-23 16:20:18 +00:00
parent edf2b54813
commit f16870f8c6

View File

@@ -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"
)
}