Code style

This commit is contained in:
Simon Long 2024-04-26 11:13:25 +01:00
parent 1a9885aa52
commit 5e6f9285aa
2 changed files with 4 additions and 2 deletions

View file

@ -38,7 +38,7 @@ struct keyinfo {
static bool should_cancel_cycling_on_next_key_release;
struct keybind *cur_keybind = NULL;
struct keybind *cur_keybind;
static void
change_vt(struct server *server, unsigned int vt)