mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-09 08:21:23 -04:00
Apply clang-format
This commit is contained in:
parent
a11d075f85
commit
adaebf47de
2 changed files with 14 additions and 18 deletions
2
seat.h
2
seat.h
|
|
@ -56,7 +56,7 @@ struct cg_keyboard_group {
|
|||
struct cg_seat *seat;
|
||||
struct wl_listener key;
|
||||
struct wl_listener modifiers;
|
||||
struct wl_list link;// cg_seat::keyboard_groups
|
||||
struct wl_list link; // cg_seat::keyboard_groups
|
||||
};
|
||||
|
||||
struct cg_pointer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue