aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/xwayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/xwayland.c')
-rw-r--r--sway/commands/xwayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/xwayland.c b/sway/commands/xwayland.c
index 03a0121b..c3f73f67 100644
--- a/sway/commands/xwayland.c
+++ b/sway/commands/xwayland.c
@@ -17,5 +17,5 @@ struct cmd_results *cmd_xwayland(int argc, char **argv) {
17 "sway hasn't been built with Xwayland support"); 17 "sway hasn't been built with Xwayland support");
18#endif 18#endif
19 19
20 return cmd_results_new(CMD_SUCCESS, NULL, NULL); 20 return cmd_results_new(CMD_SUCCESS, NULL);
21} 21}