Fix coding style, mostly whitespace

This commit is contained in:
Johan Malm 2021-10-15 20:52:36 +01:00
parent f8e1d76333
commit 606b6d946e
6 changed files with 16 additions and 14 deletions

View file

@ -25,6 +25,6 @@ struct libinput_category {
};
enum device_type get_device_type(const char *s);
struct libinput_category *libinput_category_create();
struct libinput_category *libinput_category_create(void);
#endif /* __LABWC_LIBINPUT_H */