mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
Replace more spaces with tabs
This commit is contained in:
parent
6506bb2f44
commit
e1571404d7
1 changed files with 4 additions and 4 deletions
|
|
@ -459,12 +459,12 @@ on_connect(void *data, int fd, uint32_t mask)
|
|||
pw_properties_set(client->props, PW_KEY_SNAP_ID, snap_app_id);
|
||||
|
||||
pw_properties_set(client->props,
|
||||
PW_KEY_SNAP_PLAYBACK_ALLOWED,
|
||||
(snap_access & PW_SANDBOX_ACCESS_PLAYBACK) ? "true" : "false");
|
||||
PW_KEY_SNAP_PLAYBACK_ALLOWED,
|
||||
(snap_access & PW_SANDBOX_ACCESS_PLAYBACK) ? "true" : "false");
|
||||
|
||||
pw_properties_set(client->props,
|
||||
PW_KEY_SNAP_RECORD_ALLOWED,
|
||||
(snap_access & PW_SANDBOX_ACCESS_RECORD) ? "true" : "false");
|
||||
PW_KEY_SNAP_RECORD_ALLOWED,
|
||||
(snap_access & PW_SANDBOX_ACCESS_RECORD) ? "true" : "false");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue