mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pipewire-jack: indent with tabs to avoid clang-tidy warnings
This commit is contained in:
parent
0e0a2627aa
commit
7aae9a3e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -2926,7 +2926,7 @@ static void registry_event_global(void *data, uint32_t id,
|
|||
goto exit;
|
||||
|
||||
spa_dict_for_each(item, props) {
|
||||
if (spa_streq(item->key, PW_KEY_PORT_DIRECTION)) {
|
||||
if (spa_streq(item->key, PW_KEY_PORT_DIRECTION)) {
|
||||
if (spa_streq(item->value, "in"))
|
||||
flags |= JackPortIsInput;
|
||||
else if (spa_streq(item->value, "out"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue