forgot to double indent line

This commit is contained in:
nicolas3121 2024-04-20 11:12:34 +02:00
parent 9b079b70a0
commit 2de12b5979

View file

@ -683,7 +683,7 @@ directional_target_window(struct view *view, struct server *server,
int cx = view->current.x + view->current.width / 2;
int cy = view->current.y + view->current.height / 2;
for_each_view(v, &server->views,
LAB_VIEW_CRITERIA_CURRENT_WORKSPACE) {
LAB_VIEW_CRITERIA_CURRENT_WORKSPACE) {
if (v->minimized) {
continue;
}