Skip to content

Commit b097b3d

Browse files
committed
Fix formatting in #84756
1 parent 6f60ad7 commit b097b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGBlocks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ llvm::Function *CodeGenFunction::GenerateBlockFunction(
15421542
// Go back to the entry.
15431543
if (entry_ptr->getNextNonDebugInstruction())
15441544
entry_ptr = entry_ptr->getNextNonDebugInstruction()->getIterator();
1545-
else
1545+
else
15461546
entry_ptr = entry->end();
15471547
Builder.SetInsertPoint(entry, entry_ptr);
15481548

0 commit comments

Comments
 (0)