Skip to content

Commit eb19707

Browse files
committed
git clang-format
1 parent 1f7a5a3 commit eb19707

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/CodeGen/CGCall.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4975,7 +4975,8 @@ void CodeGenFunction::EmitCallArg(CallArgList &args, const Expr *E,
49754975
if (!CGM.getCodeGenOpts().NoLifetimeMarkersForTemporaries &&
49764976
EmitLifetimeStart(ArgSlotAlloca.getPointer())) {
49774977
if (E->getType().isDestructedType()) {
4978-
pushFullExprCleanup<CallLifetimeEnd>(NormalEHLifetimeMarker, ArgSlotAlloca);
4978+
pushFullExprCleanup<CallLifetimeEnd>(NormalEHLifetimeMarker,
4979+
ArgSlotAlloca);
49794980
} else {
49804981
args.addLifetimeCleanup({ArgSlotAlloca.getPointer()});
49814982
if (getInvokeDest())

0 commit comments

Comments
 (0)