aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/const.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 12:06:55 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 12:06:55 +0200
commitd1652d9bde1337e90cec7b69f0355e7565c1a93a (patch)
treecd3406b0fe67e175b60d18e061d3783e79e49b94 /src/const.h
parentadd a GitHub Actions workflow (diff)
downloadcimple-d1652d9bde1337e90cec7b69f0355e7565c1a93a.tar.gz
cimple-d1652d9bde1337e90cec7b69f0355e7565c1a93a.zip
appease clang-format
Diffstat (limited to 'src/const.h')
-rw-r--r--src/const.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/const.h b/src/const.h
index 94723c6..0c0c5fc 100644
--- a/src/const.h
+++ b/src/const.h
@@ -15,8 +15,8 @@ extern const char *default_host;
extern const char *default_port;
extern const char *default_sqlite_path;
-#define CMD_RUN "run"
+#define CMD_RUN "run"
#define CMD_NEW_WORKER "new-worker"
-#define CMD_COMPLETE "complete"
+#define CMD_COMPLETE "complete"
#endif