C++: Autoformat.

This commit is contained in:
Geoffrey White
2020-06-22 16:04:32 +01:00
parent fdd7ad2300
commit 466f36c7e1

View File

@@ -51,7 +51,8 @@ class GetsFunction extends DataFlowFunction, TaintFunction, ArrayFunction, Alias
override predicate hasArrayWithVariableSize(int bufParam, int countParam) {
not hasGlobalOrStdName("gets") and
bufParam = 0 and countParam = 1
bufParam = 0 and
countParam = 1
}
override predicate hasArrayWithUnknownSize(int bufParam) {