mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pw-container: fix indentation
This commit is contained in:
parent
705c2a652b
commit
1f06d00838
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ static void core_event_done(void *object, uint32_t id, int seq)
|
|||
static int roundtrip(struct data *data)
|
||||
{
|
||||
struct spa_hook core_listener;
|
||||
const struct pw_core_events core_events = {
|
||||
PW_VERSION_CORE_EVENTS,
|
||||
static const struct pw_core_events core_events = {
|
||||
PW_VERSION_CORE_EVENTS,
|
||||
.done = core_event_done,
|
||||
};
|
||||
spa_zero(core_listener);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue