Skip to content

Commit f16870f

Browse files
committed
CPP: Autoformat.
1 parent edf2b54 commit f16870f

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ class StrndupFunction extends AllocationFunction, ArrayFunction, TaintFunction {
5151
StrndupFunction() {
5252
exists(string name |
5353
hasGlobalOrStdName(name) and
54-
(
55-
// strndup(str, maxlen)
56-
name = "strndup"
57-
)
54+
// strndup(str, maxlen)
55+
name = "strndup"
5856
)
5957
}
6058

0 commit comments

Comments
 (0)