Skip to content

Commit 466f36c

Browse files
committed
C++: Autoformat.
1 parent fdd7ad2 commit 466f36c

File tree

1 file changed

+2
-1
lines changed
  • cpp/ql/src/semmle/code/cpp/models/implementations

1 file changed

+2
-1
lines changed

cpp/ql/src/semmle/code/cpp/models/implementations/Gets.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ class GetsFunction extends DataFlowFunction, TaintFunction, ArrayFunction, Alias
5151

5252
override predicate hasArrayWithVariableSize(int bufParam, int countParam) {
5353
not hasGlobalOrStdName("gets") and
54-
bufParam = 0 and countParam = 1
54+
bufParam = 0 and
55+
countParam = 1
5556
}
5657

5758
override predicate hasArrayWithUnknownSize(int bufParam) {

0 commit comments

Comments
 (0)