Skip to content

Commit 6e12fff

Browse files
committed
80-col formatting
1 parent d38271c commit 6e12fff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/swift/SIL/MemAccessUtils.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ SILValue findOwnershipReferenceRoot(SILValue ref);
206206

207207
/// Look through all ownership forwarding instructions to find the values which
208208
/// were originally borrowed.
209-
void findGuaranteedReferenceRoots(SILValue value, bool lookThroughNestedBorrows,
209+
void findGuaranteedReferenceRoots(SILValue referenceValue,
210+
bool lookThroughNestedBorrows,
210211
SmallVectorImpl<SILValue> &roots);
211212

212213
/// Find the aggregate containing the first owned root of the

0 commit comments

Comments
 (0)