Skip to content

Commit

Permalink
Drop brackets
Browse files Browse the repository at this point in the history
Co-authored-by: Konstantin Boyarinov <[email protected]>
  • Loading branch information
pavelkumbrasev and kboyarinov authored Apr 15, 2024
1 parent b3093e2 commit 0313450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/oneapi/tbb/detail/_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ class reference_vertex : public wait_tree_vertex_interface {
virtual void destroy(const d1::execution_data&) {}

private:
wait_tree_vertex_interface* my_parent{};
std::atomic<std::uint64_t> m_ref_count{};
wait_tree_vertex_interface* my_parent;
std::atomic<std::uint64_t> m_ref_count;
};

struct execution_data {
Expand Down

0 comments on commit 0313450

Please sign in to comment.