Skip to content

Commit 55883f6

Browse files
committed
C++: Autoformat.
1 parent 441d4c0 commit 55883f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/exprs/ObjectiveC.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* DEPRECATED: Objective-C is no longer supported.
33
*/
44

5-
import semmle.code.cpp.exprs.Expr
5+
import semmle.code.cpp.exprs.Expr
66
import semmle.code.cpp.Class
77
import semmle.code.cpp.ObjectiveC
88
private import semmle.code.cpp.internal.ResolveClass

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Provides a predicate for identifying formatting functions like `printf`.
3-
*
3+
*
44
* Consider using the newer model in
55
* `semmle.code.cpp.models.interfaces.FormattingFunction` directly instead of
66
* this library.

0 commit comments

Comments
 (0)