Skip to content

Commit 645774b

Browse files
committed
Apply clang-format
Signed-off-by: Mariya Podchishchaeva <[email protected]>
1 parent f4ab328 commit 645774b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,8 @@ static QualType calculateKernelNameType(ASTContext &Ctx,
658658
// Gets a name for the OpenCL kernel function, calculated from the first
659659
// template argument of the kernel caller function.
660660
static std::pair<std::string, std::string>
661-
constructKernelName(Sema &S, FunctionDecl *KernelCallerFunc, MangleContext &MC) {
661+
constructKernelName(Sema &S, FunctionDecl *KernelCallerFunc,
662+
MangleContext &MC) {
662663
QualType KernelNameType =
663664
calculateKernelNameType(S.getASTContext(), KernelCallerFunc);
664665

0 commit comments

Comments
 (0)