mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
protocol-native: fix indentation
This commit is contained in:
parent
c9bd95ae5b
commit
c2cb74a146
1 changed files with 4 additions and 4 deletions
|
|
@ -527,11 +527,11 @@ on_remote_data(void *data, int fd, enum spa_io mask)
|
||||||
|
|
||||||
static void do_flush_event(void *data, uint64_t count)
|
static void do_flush_event(void *data, uint64_t count)
|
||||||
{
|
{
|
||||||
struct client *impl = data;
|
struct client *impl = data;
|
||||||
impl->flush_signaled = false;
|
impl->flush_signaled = false;
|
||||||
if (impl->connection)
|
if (impl->connection)
|
||||||
if (pw_protocol_native_connection_flush(impl->connection) < 0)
|
if (pw_protocol_native_connection_flush(impl->connection) < 0)
|
||||||
impl->this.disconnect(&impl->this);
|
impl->this.disconnect(&impl->this);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void on_need_flush(void *data)
|
static void on_need_flush(void *data)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue