action.{c,h}: fix coding style

This commit is contained in:
Johan Malm 2022-01-05 21:23:01 +00:00
parent 0b45cce648
commit 3bd65c3a20
2 changed files with 24 additions and 25 deletions

View file

@ -8,6 +8,6 @@ struct action {
struct wl_list link;
};
struct action *action_create(const char *action_str);
struct action *action_create(const char *action_name);
#endif