Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5afebc8

Browse files
committed
C++: Autoformat.
1 parent c45bf90 commit 5afebc8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • cpp/ql/src/semmle/code/cpp/models/implementations

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import semmle.code.cpp.models.interfaces.SideEffect
77
/**
88
* The standard functions `gets` and `fgets`.
99
*/
10-
class GetsFunction extends DataFlowFunction, TaintFunction, ArrayFunction, AliasFunction, SideEffectFunction {
10+
class GetsFunction extends DataFlowFunction, TaintFunction, ArrayFunction, AliasFunction,
11+
SideEffectFunction {
1112
GetsFunction() {
1213
exists(string name | name = getName() |
1314
name = "gets" or // gets(str)

0 commit comments

Comments
 (0)