mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
[style] fix open brace after function definition
This commit is contained in:
parent
5ab0e4063a
commit
4a9477f34b
1 changed files with 2 additions and 1 deletions
|
|
@ -79,7 +79,8 @@ action_create(const char *action_name)
|
|||
return action;
|
||||
}
|
||||
|
||||
void action_list_free(struct wl_list *action_list) {
|
||||
void action_list_free(struct wl_list *action_list)
|
||||
{
|
||||
struct action *action, *action_tmp;
|
||||
wl_list_for_each_safe(action, action_tmp, action_list, link) {
|
||||
wl_list_remove(&action->link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue