Skip to content

Commit 6e8ef10

Browse files
committed
format fix
1 parent 390f670 commit 6e8ef10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/Concurrency.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ class LockProtectedControlFlowNode extends ThreadedCFN {
404404
// to the caller to enforce this condition.
405405
// Because of the way that `getAThreadContextAwarePredecessor` works, it is possible
406406
// for operations PAST it to be technically part of the predecessors.
407-
// Thus, we need to make sure that this node is a
407+
// Thus, we need to make sure that this node is a
408408
// successor of the unlock in the CFG
409409
getAThreadContextAwareSuccessor(unlock) = this
410410
) and

0 commit comments

Comments
 (0)