Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Jul 3, 2024
1 parent f6124a7 commit a8d68f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/opros/wait_set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ wait_set::wait_set(unsigned capacity) :
void wait_set::add_filter(waitable& w, int16_t filter, void* user_data)
{
// turn off clang-format because it is not stable on this line

// clang-format off
struct kevent e{};
// clang-format on
Expand Down Expand Up @@ -130,6 +131,7 @@ void wait_set::add_filter(waitable& w, int16_t filter, void* user_data)
void wait_set::remove_filter(waitable& w, int16_t filter) noexcept
{
// turn off clang-format because it is not stable on this line

// clang-format off
struct kevent e{};
// clang-format on
Expand Down

0 comments on commit a8d68f4

Please sign in to comment.