Skip to content

Commit b692b1b

Browse files
committed
C++: Autoformat.
1 parent cedfeee commit b692b1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import semmle.code.cpp.ir.implementation.aliased_ssa.internal.AliasedSSA
22

33
from AllocationMemoryLocation def, AllocationMemoryLocation use, Overlap ovr
4-
where
5-
ovr = getOverlap(def, use)
4+
where ovr = getOverlap(def, use)
65
select def, use, ovr

0 commit comments

Comments
 (0)