Skip to content

Commit a742e92

Browse files
committed
Fix formatting.
1 parent ca91962 commit a742e92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/lib/CodeGen/CGBlocks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ void CodeGenFunction::setBlockContextParameter(const ImplicitParamDecl *D,
13981398
DI->EmitDeclareOfBlockLiteralArgVariable(
13991399
*BlockInfo, D->getName(), argNum,
14001400
cast<llvm::AllocaInst>(alloc.getPointer()->stripPointerCasts()),
1401-
Builder);
1401+
Builder);
14021402
}
14031403
}
14041404

clang/lib/CodeGen/CGBuiltin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5859,7 +5859,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
58595859
llvm::Value *TmpPtr = Tmp.getPointer();
58605860
llvm::Value *TmpSize = EmitLifetimeStart(
58615861
CGM.getDataLayout().getTypeAllocSize(Tmp.getElementType()),
5862-
TmpPtr->stripPointerCasts());
5862+
TmpPtr->stripPointerCasts());
58635863
llvm::Value *ElemPtr;
58645864
// Each of the following arguments specifies the size of the corresponding
58655865
// argument passed to the enqueued block.

0 commit comments

Comments
 (0)