Formatting

This commit is contained in:
Simon Long 2024-10-20 11:58:32 +01:00
parent 1fa320cb99
commit 25fd3d3178

View file

@ -406,8 +406,7 @@ seat_update_capabilities(struct seat *seat)
touch_find_config_for_device(input->wlr_input_device->name); touch_find_config_for_device(input->wlr_input_device->name);
if (config_entry->force_mouse_emulation) { if (config_entry->force_mouse_emulation) {
caps |= WL_SEAT_CAPABILITY_POINTER; caps |= WL_SEAT_CAPABILITY_POINTER;
} } else {
else {
caps |= WL_SEAT_CAPABILITY_TOUCH; caps |= WL_SEAT_CAPABILITY_TOUCH;
} }
break; break;