Skip to content

Commit 8664dae

Browse files
committed
Addressed clang-format complaints.
1 parent 7cf45a1 commit 8664dae

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
@@ -737,10 +737,10 @@ CodeGenTypes::arrangeSYCLKernelCallerDeclaration(QualType resultType,
737737
const FunctionArgList &args) {
738738
auto argTypes = getArgTypesForDeclaration(Context, args);
739739

740-
return arrangeLLVMFunctionInfo(
741-
GetReturnType(resultType), FnInfoOpts::None, argTypes,
742-
FunctionType::ExtInfo(CC_OpenCLKernel), /*paramInfos=*/{},
743-
RequiredArgs::All);
740+
return arrangeLLVMFunctionInfo(GetReturnType(resultType), FnInfoOpts::None,
741+
argTypes,
742+
FunctionType::ExtInfo(CC_OpenCLKernel),
743+
/*paramInfos=*/{}, RequiredArgs::All);
744744
}
745745

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

0 commit comments

Comments
 (0)