From 353efbd790ec9bd8d42c620373e3b7adacd1e319 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 31 Oct 2023 11:33:23 +0100 Subject: [PATCH] context: fix indentation --- src/pipewire/context.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pipewire/context.c b/src/pipewire/context.c index bc9ea023b..b73dcc9c3 100644 --- a/src/pipewire/context.c +++ b/src/pipewire/context.c @@ -807,7 +807,8 @@ static inline int run_nodes(struct pw_context *context, struct pw_impl_node *nod spa_list_for_each(l, &p->links, input_link) { t = l->output->node; - if (!t->active || !l->prepared || (!t->driving && SPA_FLAG_IS_SET(t->checked, 1u<active || !l->prepared || + (!t->driving && SPA_FLAG_IS_SET(t->checked, 1u<name); @@ -820,7 +821,8 @@ static inline int run_nodes(struct pw_context *context, struct pw_impl_node *nod spa_list_for_each(l, &p->links, output_link) { t = l->input->node; - if (!t->active || !l->prepared || (!t->driving && SPA_FLAG_IS_SET(t->checked, 1u<active || !l->prepared || + (!t->driving && SPA_FLAG_IS_SET(t->checked, 1u<name);