aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/nop.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/nop.c')
-rw-r--r--sway/commands/nop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/nop.c b/sway/commands/nop.c
index c12fe15a..973ade0e 100644
--- a/sway/commands/nop.c
+++ b/sway/commands/nop.c
@@ -1,5 +1,5 @@
1#include "sway/commands.h" 1#include "sway/commands.h"
2 2
3struct cmd_results *cmd_nop(int argc, char **argv) { 3struct cmd_results *cmd_nop(int argc, char **argv) {
4 return cmd_results_new(CMD_SUCCESS, NULL, NULL); 4 return cmd_results_new(CMD_SUCCESS, NULL);
5} 5}