summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index f1dbc09e..960244c0 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -33,7 +33,6 @@ struct cmd_handler {
33}; 33};
34 34
35static sway_cmd cmd_bindsym; 35static sway_cmd cmd_bindsym;
36static sway_cmd cmd_orientation;
37static sway_cmd cmd_debuglog; 36static sway_cmd cmd_debuglog;
38static sway_cmd cmd_exec; 37static sway_cmd cmd_exec;
39static sway_cmd cmd_exec_always; 38static sway_cmd cmd_exec_always;
@@ -51,6 +50,7 @@ static sway_cmd cmd_log_colors;
51static sway_cmd cmd_mode; 50static sway_cmd cmd_mode;
52static sway_cmd cmd_mouse_warping; 51static sway_cmd cmd_mouse_warping;
53static sway_cmd cmd_move; 52static sway_cmd cmd_move;
53static sway_cmd cmd_orientation;
54static sway_cmd cmd_output; 54static sway_cmd cmd_output;
55static sway_cmd cmd_reload; 55static sway_cmd cmd_reload;
56static sway_cmd cmd_resize; 56static sway_cmd cmd_resize;