Skip to content

Commit d652eea

Browse files
ldionnezahiraam
authored andcommitted
[clang] Remove spurious trailing whitespace
1 parent b6b916e commit d652eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGCoroutine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ RValue CodeGenFunction::EmitCoroutineIntrinsic(const CallExpr *E,
833833
// argument.
834834
if (IID == llvm::Intrinsic::coro_end)
835835
Args.push_back(llvm::ConstantTokenNone::get(getLLVMContext()));
836-
836+
837837
llvm::Function *F = CGM.getIntrinsic(IID);
838838
llvm::CallInst *Call = Builder.CreateCall(F, Args);
839839

0 commit comments

Comments
 (0)