Skip to content

Commit a396779

Browse files
committed
format
1 parent 168f935 commit a396779

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/CodeGen/CGObjCMac.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,8 @@ CodeGen::RValue CGObjCCommonMac::EmitMessageSend(
21072107
llvm::FunctionCallee Fn = nullptr;
21082108
if (Method && Method->isDirectMethod()) {
21092109
assert(!IsSuper);
2110-
Fn = GenerateDirectMethod(Method, Method->getClassInterface(), /*isThunk=*/true);
2110+
Fn = GenerateDirectMethod(Method, Method->getClassInterface(),
2111+
/*isThunk=*/true);
21112112
// Direct methods will synthesize the proper `_cmd` internally,
21122113
// so just don't bother with setting the `_cmd` argument.
21132114
RequiresSelValue = false;

0 commit comments

Comments
 (0)