pipewire-jack: indent with tabs to avoid clang-tidy warnings

This commit is contained in:
Barnabás Pőcze 2023-02-25 20:48:45 +01:00
parent 0e0a2627aa
commit 7aae9a3e8b

View file

@ -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"))