Skip to content

Commit ff39f71

Browse files
committed
C++: Autoformat.
1 parent cecbdae commit ff39f71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/ir/dataflow/DefaultTaintTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private predicate writesVariable(StoreInstruction store, Variable var) {
135135
* upper bounds checks if we don't consider where it occurs, for example:
136136
* ```
137137
* if (x < 10) { sink(x); }
138-
*
138+
*
139139
* if (10 > y) { sink(y); }
140140
*
141141
* if (z > 10) { z = 10; }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ GlobalOrNamespaceVariable globalVarFromId(string id) {
333333
* upper bounds checks if we don't consider where it occurs, for example:
334334
* ```
335335
* if (x < 10) { sink(x); }
336-
*
336+
*
337337
* if (10 > y) { sink(y); }
338338
*
339339
* if (z > 10) { z = 10; }

0 commit comments

Comments
 (0)