Skip to content

Commit 17a0d38

Browse files
committed
Addressed clang-format complaints.
1 parent 408bad1 commit 17a0d38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/lib/CodeGen/CGCall.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -744,10 +744,10 @@ CodeGenTypes::arrangeSYCLKernelCallerDeclaration(QualType resultType,
744744
const FunctionArgList &args) {
745745
auto argTypes = getArgTypesForDeclaration(Context, args);
746746

747-
return arrangeLLVMFunctionInfo(
748-
GetReturnType(resultType), FnInfoOpts::None, argTypes,
749-
FunctionType::ExtInfo(CC_OpenCLKernel), /*paramInfos=*/{},
750-
RequiredArgs::All);
747+
return arrangeLLVMFunctionInfo(GetReturnType(resultType), FnInfoOpts::None,
748+
argTypes,
749+
FunctionType::ExtInfo(CC_OpenCLKernel),
750+
/*paramInfos=*/{}, RequiredArgs::All);
751751
}
752752

753753
/// Arrange a call to a C++ method, passing the given arguments.

0 commit comments

Comments
 (0)