]> git.mdlowis.com Git - proto/labwc.git/commitdiff
[style] fix open brace after function definition
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 24 Feb 2022 01:33:17 +0000 (02:33 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Thu, 24 Feb 2022 21:17:51 +0000 (21:17 +0000)
src/action.c

index a4376650d1a8f9a5483ee81d5071cd9fc19612c8..e196a3519a669b15db07b821baab122338502b0a 100644 (file)
@@ -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);