fix indentation
This commit is contained in:
parent
7b09bd1555
commit
abee1c5283
|
|
@ -271,9 +271,9 @@ The region inference engine will create a region element domain like this:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
{ CFG; end('static); placeholder(1) }
|
{ CFG; end('static); placeholder(1) }
|
||||||
--- ------------ ------- from the universe `!1`
|
--- ------------ ------- from the universe `!1`
|
||||||
| 'static is always in scope
|
| 'static is always in scope
|
||||||
all points in the CFG; not especially relevant here
|
all points in the CFG; not especially relevant here
|
||||||
```
|
```
|
||||||
|
|
||||||
It will always create two universal variables, one representing
|
It will always create two universal variables, one representing
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue