protocol-native: fix indentation

This commit is contained in:
Wim Taymans 2019-03-20 15:57:34 +01:00
parent c9bd95ae5b
commit c2cb74a146

View file

@ -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)
{
struct client *impl = data;
struct client *impl = data;
impl->flush_signaled = false;
if (impl->connection)
if (pw_protocol_native_connection_flush(impl->connection) < 0)
impl->this.disconnect(&impl->this);
if (impl->connection)
if (pw_protocol_native_connection_flush(impl->connection) < 0)
impl->this.disconnect(&impl->this);
}
static void on_need_flush(void *data)