Skip to content

Commit b1dd8da

Browse files
committed
C++: Fix query formatting
1 parent 4a78c9b commit b1dd8da

File tree

1 file changed

+2
-1
lines changed
  • cpp/ql/test/library-tests/declarationEntry/declarationEntry

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import cpp
22

33
from DeclarationEntry de, Declaration d, string canRoundTrip
4-
where d = de.getDeclaration() and
4+
where
5+
d = de.getDeclaration() and
56
if d.getADeclarationEntry() = de then canRoundTrip = "yes" else canRoundTrip = "no"
67
select de, d, canRoundTrip

0 commit comments

Comments
 (0)