Skip to content

Commit

Permalink
Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lbushi25 authored Nov 8, 2024
1 parent e531b05 commit 52bf8a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class __SYCL_SPECIAL_CLASS __SYCL_TYPE(work_group_memory) work_group_memory
work_group_memory() = default;

public:
work_group_memory(const indeterminate_t &){};
work_group_memory(const indeterminate_t &) {};
work_group_memory(const work_group_memory &rhs) = default;
work_group_memory &operator=(const work_group_memory &rhs) = default;
template <typename T = DataT,
Expand Down

0 comments on commit 52bf8a4

Please sign in to comment.