Skip to content

Commit 4c15ea5

Browse files
committed
C++: Autoformat CFG.qll
1 parent a9984e9 commit 4c15ea5

File tree

1 file changed

+2
-2
lines changed
  • cpp/ql/src/semmle/code/cpp/controlflow/internal

1 file changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/controlflow/internal/CFG.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ private class Spec extends Pos {
512512
predicate isBarrier() { this = 7 }
513513

514514
Pos getSourcePos() {
515-
this = [0..4] and
515+
this = [0 .. 4] and
516516
result = this
517517
or
518518
this.isAround() and
@@ -523,7 +523,7 @@ private class Spec extends Pos {
523523
}
524524

525525
Pos getTargetPos() {
526-
this = [0..4] and
526+
this = [0 .. 4] and
527527
result = this
528528
or
529529
this.isAround() and

0 commit comments

Comments
 (0)