Skip to content

Commit 92a304b

Browse files
committed
[NFC] Fixed whitespace.
1 parent cac03a6 commit 92a304b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILCloner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ void SILCloner<ImplClass>::visitBeginBorrowInst(BeginBorrowInst *Inst) {
10831083

10841084
recordClonedInstruction(
10851085
Inst, getBuilder().createBeginBorrow(getOpLocation(Inst->getLoc()),
1086-
getOpValue(Inst->getOperand()),
1086+
getOpValue(Inst->getOperand()),
10871087
Inst->isLexical()));
10881088
}
10891089

0 commit comments

Comments
 (0)