Skip to content

Commit c9f944c

Browse files
committed
[SYCL] fix coding style
1 parent 5722de2 commit c9f944c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ class SyclKernelFieldChecker : public SyclKernelFieldHandler {
22142214
}
22152215

22162216
bool leaveStruct(const CXXRecordDecl *RD, const CXXBaseSpecifier &B,
2217-
QualType Ty) final {
2217+
QualType) final {
22182218
--StructBaseDepth;
22192219
if (B.isVirtual())
22202220
SemaSYCLRef.SemaRef.Diag(SemaSYCLRef.getFreeFunctionLocation(),

0 commit comments

Comments
 (0)