mirror of
https://gitlab.freedesktop.org/pipewire/media-session.git
synced 2025-12-20 05:20:04 +01:00
bluez-endpoint: fix indentation to shut up compiler warning
bluez-endpoint.c:601:3: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
This commit is contained in:
parent
c0d036ebdd
commit
28d3c8f425
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ static void device_update(void *data)
|
|||
// if (SPA_FLAG_IS_SET(device->device->obj.changed,
|
||||
// SM_DEVICE_CHANGE_MASK_NODES |
|
||||
// SM_DEVICE_CHANGE_MASK_PARAMS)) {
|
||||
activate_device(device);
|
||||
activate_device(device);
|
||||
// }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue