summaryrefslogtreecommitdiffstats
path: root/sway/commands/smart_borders.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/smart_borders.c')
-rw-r--r--sway/commands/smart_borders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/smart_borders.c b/sway/commands/smart_borders.c
index fcb4040e..be346106 100644
--- a/sway/commands/smart_borders.c
+++ b/sway/commands/smart_borders.c
@@ -21,5 +21,5 @@ struct cmd_results *cmd_smart_borders(int argc, char **argv) {
21 21
22 arrange_root(); 22 arrange_root();
23 23
24 return cmd_results_new(CMD_SUCCESS, NULL, NULL); 24 return cmd_results_new(CMD_SUCCESS, NULL);
25} 25}