Skip to content

Commit

Permalink
apply clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Dec 16, 2022
1 parent ceaa393 commit 82e07c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/reactor-cpp/multiport.hh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ public:
}

// resets parent multiport
inline void clear() noexcept {
size_.store(0, std::memory_order_relaxed);
}
inline void clear() noexcept { size_.store(0, std::memory_order_relaxed); }
};

template <class T, class A = std::allocator<T>>
Expand Down

0 comments on commit 82e07c3

Please # to comment.