summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-26 22:55:14 +0100
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-27 17:58:10 +0100
commitdb642fc8c5f4450c35cafb2760433b95b4c9c053 (patch)
tree554ea538f8249f56385cd75702f0850b36185612 /sway
parentMerge pull request #265 from sce/better_logging (diff)
downloadsway-db642fc8c5f4450c35cafb2760433b95b4c9c053.tar.gz
sway-db642fc8c5f4450c35cafb2760433b95b4c9c053.tar.zst
sway-db642fc8c5f4450c35cafb2760433b95b4c9c053.zip
commands: code formatting: Sort list of commands by alphabet.
Diffstat (limited to 'sway')
-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;