Code style

This commit is contained in:
Simon Long 2024-03-05 09:57:52 +00:00
parent 7237bea7a4
commit 2c89a2d5aa

View file

@ -116,9 +116,9 @@ touch_down(struct wl_listener *listener, void *data)
struct mousebind *mousebind;
wl_list_for_each(mousebind, &rc.mousebinds, link) {
if (mousebind->mouse_event == MOUSE_ACTION_PRESS
&& mousebind->button == BTN_LEFT
&& mousebind->context == LAB_SSD_CLIENT) {
actions_run(view, seat->server, &mousebind->actions, 0);
&& mousebind->button == BTN_LEFT
&& mousebind->context == LAB_SSD_CLIENT) {
actions_run(view, seat->server, &mousebind->actions, 0);
}
}