aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/nop.c
blob: 973ade0e0bd325f067d9d0ab71c8630c4a93c2d4 (plain) (blame)
1
2
3
4
5
#include "sway/commands.h"

struct cmd_results *cmd_nop(int argc, char **argv) {
	return cmd_results_new(CMD_SUCCESS, NULL);
}