Skip to content

Commit 1a61c46

Browse files
committed
clang-format
1 parent ca26f57 commit 1a61c46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2771,8 +2771,7 @@ class SyclKernelBodyCreator : public SyclKernelFieldHandler {
27712771
Type->getAsRecordDecl()->setAnonymousStructOrUnion(true);
27722772
VarDecl *VD = VarDecl::Create(
27732773
Ctx, DC, KernelObj->getLocation(), KernelObj->getLocation(),
2774-
KernelObj->getIdentifier(), Type,
2775-
TSInfo, SC_None);
2774+
KernelObj->getIdentifier(), Type, TSInfo, SC_None);
27762775
if (getKernelInvocationKind(KernelCallerFunc) == InvokeParallelForWorkGroup)
27772776
VD->addAttr(
27782777
SYCLScopeAttr::CreateImplicit(Ctx, SYCLScopeAttr::Level::WorkGroup));

0 commit comments

Comments
 (0)