make style

This commit is contained in:
Philippe Teuwen
2020-04-24 18:21:38 +02:00
parent 0fe80c4a2d
commit 011f973e7f
2 changed files with 136 additions and 161 deletions

View File

@@ -117,7 +117,7 @@ static const char *prompt_dev = "";
static const char *prompt_ctx = "";
static void prompt_compose(char *buf, size_t buflen, const char *prompt_ctx, const char *prompt_dev) {
snprintf(buf, buflen-1, PROXPROMPT_COMPOSE, prompt_dev, prompt_ctx);
snprintf(buf, buflen - 1, PROXPROMPT_COMPOSE, prompt_dev, prompt_ctx);
}
static int check_comm(void) {