C++: Formatting

This commit is contained in:
Mathias Vorreiter Pedersen
2020-02-05 14:01:33 +01:00
parent 98969e3bf9
commit 23ca363b87

View File

@@ -12,4 +12,4 @@ where
evn = ast(e) and not evn = ir(e) and note = "AST only"
or
evn = ir(e) and not evn = ast(e) and note = "IR only"
select e, evn, note
select e, evn, note