Skip to content

Commit 164230a

Browse files
committed
Fix code formatting
1 parent cf4ad97 commit 164230a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/MetadataRequest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2859,7 +2859,7 @@ emitMetadataAccessByMangledName(IRGenFunction &IGF, CanType type,
28592859

28602860
llvm::Value *stringAddr;
28612861
if (IGM.TargetInfo.OutputObjectFormat == llvm::Triple::Wasm) {
2862-
stringAddr = subIGF.Builder.CreateIntToPtr(stringAddrOffset, IGM.Int8PtrTy);
2862+
stringAddr = subIGF.Builder.CreateIntToPtr(stringAddrOffset, IGM.Int8PtrTy);
28632863
} else {
28642864
auto stringAddrBase = subIGF.Builder.CreatePtrToInt(cache, IGM.SizeTy);
28652865
if (IGM.getModule()->getDataLayout().isBigEndian()) {

0 commit comments

Comments
 (0)