Apply clang-format

This commit is contained in:
Your Name 2020-02-21 19:35:25 +01:00
parent a11d075f85
commit adaebf47de
2 changed files with 14 additions and 18 deletions

2
seat.h
View file

@ -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 {