ao_pipewire: remove unnecessary empty lines

This commit is contained in:
Thomas Weißschuh 2023-02-03 04:41:02 +00:00 committed by Philip Langdale
parent 69fb378575
commit 24504418fc
1 changed files with 0 additions and 3 deletions

View File

@ -136,7 +136,6 @@ static enum spa_audio_channel mp_speaker_id_to_spa(struct ao *ao, enum mp_speake
}; };
} }
static void on_process(void *userdata) static void on_process(void *userdata)
{ {
struct ao *ao = userdata; struct ao *ao = userdata;
@ -484,7 +483,6 @@ error:
return -1; return -1;
} }
static int init(struct ao *ao) static int init(struct ao *ao)
{ {
struct priv *p = ao->priv; struct priv *p = ao->priv;
@ -729,7 +727,6 @@ static const struct pw_registry_events hotplug_registry_events = {
.global_remove = hotplug_registry_global_remove_cb, .global_remove = hotplug_registry_global_remove_cb,
}; };
static int hotplug_init(struct ao *ao) static int hotplug_init(struct ao *ao)
{ {
struct priv *priv = ao->priv; struct priv *priv = ao->priv;