Skip to content

Commit 8afbebe

Browse files
committed
format
1 parent 2e4e400 commit 8afbebe

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
@@ -2088,7 +2088,8 @@ CodeGen::RValue CGObjCCommonMac::EmitMessageSend(
20882088
llvm::FunctionCallee Fn = nullptr;
20892089
if (Method && Method->isDirectMethod()) {
20902090
assert(!IsSuper);
2091-
Fn = GenerateDirectMethod(Method, Method->getClassInterface(), /*isThunk=*/true);
2091+
Fn = GenerateDirectMethod(Method, Method->getClassInterface(),
2092+
/*isThunk=*/true);
20922093
// Direct methods will synthesize the proper `_cmd` internally,
20932094
// so just don't bother with setting the `_cmd` argument.
20942095
RequiresSelValue = false;

0 commit comments

Comments
 (0)