C++: Autoformat CFG.qll

This commit is contained in:
Jonas Jensen
2019-10-15 19:32:55 +02:00
parent a9984e9d8b
commit 4c15ea581a

View File

@@ -512,7 +512,7 @@ private class Spec extends Pos {
predicate isBarrier() { this = 7 }
Pos getSourcePos() {
this = [0..4] and
this = [0 .. 4] and
result = this
or
this.isAround() and
@@ -523,7 +523,7 @@ private class Spec extends Pos {
}
Pos getTargetPos() {
this = [0..4] and
this = [0 .. 4] and
result = this
or
this.isAround() and