Skip to content

Commit 6127d8b

Browse files
committed
Python: Fixup comment alignment
1 parent fad03e7 commit 6127d8b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

  • python/ql/test/library-tests/examples/custom-sanitizer

python/ql/test/library-tests/examples/custom-sanitizer/Taint.qll

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ class MySanitizerHandlingNot extends Sanitizer {
3838
}
3939

4040
/**
41-
* Helper predicate that recurses into any nesting of `not`
42-
*
43-
* To reduce the number of tuples this predicate holds for, we include the `PyEdgeRefinement` and
44-
* ensure that `test` is a part of this `PyEdgeRefinement` (instead of just taking the
45-
* `edge_refinement.getInput().getAUse()` part as a part of the predicate). Without including
46-
* `PyEdgeRefinement` as an argument *any* `CallNode c` to `test.is_safe` would be a result of
47-
* this predicate, since the tuple where `test = c` and `sense = true` would hold.
48-
*/
41+
* Helper predicate that recurses into any nesting of `not`
42+
*
43+
* To reduce the number of tuples this predicate holds for, we include the `PyEdgeRefinement` and
44+
* ensure that `test` is a part of this `PyEdgeRefinement` (instead of just taking the
45+
* `edge_refinement.getInput().getAUse()` part as a part of the predicate). Without including
46+
* `PyEdgeRefinement` as an argument *any* `CallNode c` to `test.is_safe` would be a result of
47+
* this predicate, since the tuple where `test = c` and `sense = true` would hold.
48+
*/
4949
private predicate clears_taint_on_true(
5050
ControlFlowNode test, boolean sense, PyEdgeRefinement edge_refinement
5151
) {

0 commit comments

Comments
 (0)