mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
Code style
This commit is contained in:
parent
1a9885aa52
commit
5e6f9285aa
2 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue