Skip to content

Commit

Permalink
fix(channel): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 21, 2024
1 parent b33fec0 commit a571281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/channel.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#include "loop.hpp"
#include "channel/channel.hpp"
#include "loop.hpp"

#include <future>
#include <chrono>

#include <cstdint>
#include <pipewire/pipewire.h>

Expand Down Expand Up @@ -60,8 +61,7 @@ namespace pipewire

void channel_state::attach(std::shared_ptr<main_loop> loop, std::function<void()> callback)
{
auto receive = [](void *data, std::uint64_t)
{
auto receive = [](void *data, std::uint64_t) {
reinterpret_cast<impl *>(data)->callback();
};

Expand Down

0 comments on commit a571281

Please sign in to comment.