Skip to content

Commit d9682aa

Browse files
committed
C++: Autoformat.
1 parent e9b96ad commit d9682aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpp/ql/src/semmle/code/cpp/security/FileWrite.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,7 @@ private predicate fileWrite(Call write, Expr source, Expr dest) {
166166
* character, or if it is unknown (for example the format string is not a
167167
* constant).
168168
*/
169-
private predicate fileWriteWithConvChar(
170-
FormattingFunctionCall ffc, Expr source, string conv
171-
) {
169+
private predicate fileWriteWithConvChar(FormattingFunctionCall ffc, Expr source, string conv) {
172170
// fprintf
173171
exists(FormattingFunction f, int n |
174172
f = ffc.getTarget() and

0 commit comments

Comments
 (0)