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:
Peter Hutterer 2022-01-28 13:00:52 +10:00
parent c0d036ebdd
commit 28d3c8f425

View file

@ -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);
// }
}