Skip to content

Commit b4d0255

Browse files
hmelderdavidchisnall
authored andcommitted
Fix Formatting
1 parent 94902b2 commit b4d0255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/CodeGen/CGObjCGNU.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2925,8 +2925,8 @@ CGObjCGNU::GenerateMessageSend(CodeGenFunction &CGF,
29252925
}
29262926
// The actual types here don't matter - we're going to bitcast the
29272927
// function anyway
2928-
imp = CGM.CreateRuntimeFunction(
2929-
llvm::FunctionType::get(IdTy, IdTy, true), name)
2928+
imp = CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true),
2929+
name)
29302930
.getCallee();
29312931
}
29322932

0 commit comments

Comments
 (0)