mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Fix coding style, mostly whitespace
This commit is contained in:
parent
f8e1d76333
commit
606b6d946e
6 changed files with 16 additions and 14 deletions
|
|
@ -33,7 +33,7 @@ get_device_type(const char *s)
|
|||
}
|
||||
|
||||
struct libinput_category *
|
||||
libinput_category_create()
|
||||
libinput_category_create(void)
|
||||
{
|
||||
struct libinput_category *l = calloc(1, sizeof(struct libinput_category));
|
||||
if (!l) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue