Skip to content

Commit e4036ad

Browse files
committed
[SYCL] fix formatting
1 parent e57c90c commit e4036ad

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
@@ -1589,7 +1589,8 @@ class KernelObjVisitor {
15891589
<< Cur->getNameAsString() << Param->getSourceRange();
15901590
return;
15911591
}
1592-
const CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
1592+
const CXXRecordDecl *BaseDecl =
1593+
Base.getType()->getAsCXXRecordDecl();
15931594
if (BaseDecl)
15941595
WorkList.push_back(BaseDecl);
15951596
}

0 commit comments

Comments
 (0)