C++: Autoformat.

This commit is contained in:
Geoffrey White
2023-03-24 22:10:51 +00:00
parent 536c1939c0
commit 202a717085
2 changed files with 2 additions and 4 deletions

View File

@@ -9,6 +9,5 @@ predicate interesting(Element e) {
}
from Element e
where
interesting(e.getEnclosingElement*())
where interesting(e.getEnclosingElement*())
select e

View File

@@ -1,6 +1,5 @@
import cpp
from Declaration d
where
d.getLocation().getFile().getBaseName() != ""
where d.getLocation().getFile().getBaseName() != ""
select d