mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
action.{c,h}: fix coding style
This commit is contained in:
parent
0b45cce648
commit
3bd65c3a20
2 changed files with 24 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue