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

Skip to content

Commit dfcb0ae

Browse files
committed
C++: Autoformat.
1 parent 0804df4 commit dfcb0ae

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/Memset.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import semmle.code.cpp.models.interfaces.SideEffect
1212
/**
1313
* The standard function `memset` and its assorted variants
1414
*/
15-
private class MemsetFunction extends ArrayFunction, DataFlowFunction, AliasFunction, SideEffectFunction {
15+
private class MemsetFunction extends ArrayFunction, DataFlowFunction, AliasFunction,
16+
SideEffectFunction {
1617
MemsetFunction() {
1718
hasGlobalName("memset") or
1819
hasGlobalName("wmemset") or

0 commit comments

Comments
 (0)