Make vain attempt to tidy up whitespace

This commit is contained in:
David Barr 2025-08-20 15:50:26 +01:00 committed by GitHub
parent 7fedbd87d0
commit 3e9cd40674
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -908,7 +908,7 @@ update_client_list_combined_menu(struct server *server)
buf_add(&buffer, "*"); buf_add(&buffer, "*");
} }
else if (view->minimized) { else if (view->minimized) {
buf_add_fmt(&buffer, "(%s - %s)", title, appid); buf_add_fmt(&buffer, "(%s - %s)", title, appid);
} }
buf_add_fmt(&buffer, "%s - %s", title, appid); buf_add_fmt(&buffer, "%s - %s", title, appid);