Skip to content

Commit 90bceb0

Browse files
committed
Formatting changes
1 parent 6cc99d3 commit 90bceb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3964,7 +3964,7 @@ class SyclKernelBodyCreator : public SyclKernelFieldHandler {
39643964
[](auto it) { return it->isDefaultConstructor(); });
39653965
DefaultConstructorAccess = DefaultConstructor->getAccess();
39663966
DefaultConstructor->setAccess(AS_public);
3967-
3967+
39683968
addFieldInit(FD, Ty, std::nullopt,
39693969
InitializationKind::CreateDefault(KernelCallerSrcLoc));
39703970
DefaultConstructor->setAccess(DefaultConstructorAccess);

sycl/include/sycl/ext/oneapi/experimental/work_group_memory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class __SYCL_SPECIAL_CLASS __SYCL_TYPE(work_group_memory) work_group_memory
6262
#endif
6363

6464
public:
65-
work_group_memory(const indeterminate_t &){};
65+
work_group_memory(const indeterminate_t &) {};
6666
work_group_memory(const work_group_memory &rhs) = default;
6767
work_group_memory &operator=(const work_group_memory &rhs) = default;
6868
template <typename T = DataT,

0 commit comments

Comments
 (0)