diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 12:06:55 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-04 12:06:55 +0200 |
commit | d1652d9bde1337e90cec7b69f0355e7565c1a93a (patch) | |
tree | cd3406b0fe67e175b60d18e061d3783e79e49b94 /src/const.h | |
parent | add a GitHub Actions workflow (diff) | |
download | cimple-d1652d9bde1337e90cec7b69f0355e7565c1a93a.tar.gz cimple-d1652d9bde1337e90cec7b69f0355e7565c1a93a.zip |
appease clang-format
Diffstat (limited to 'src/const.h')
-rw-r--r-- | src/const.h | 4 |
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 |