summaryrefslogtreecommitdiffstats
path: root/cmd-command-prompt.c
diff options
context:
space:
mode:
authornicm <nicm>2022-05-30 12:55:25 +0000
committernicm <nicm>2022-05-30 12:55:25 +0000
commit0a8f356c7278dba34a526adea03561f2063df359 (patch)
tree94ec991bb58019e824a6142f8711aa982d91a24c /cmd-command-prompt.c
parentaf611815ea70d687a15e20426ed1b88017d3d248 (diff)
Spacing/style nits.
Diffstat (limited to 'cmd-command-prompt.c')
-rw-r--r--cmd-command-prompt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-command-prompt.c b/cmd-command-prompt.c
index a7a02702..4455856b 100644
--- a/cmd-command-prompt.c
+++ b/cmd-command-prompt.c
@@ -112,7 +112,7 @@ cmd_command_prompt_exec(struct cmd *self, struct cmdq_item *item)
}
next_prompt = prompts;
} else
- next_prompt = prompts = xstrdup (s);
+ next_prompt = prompts = xstrdup(s);
if ((s = args_get(args, 'I')) != NULL)
next_input = inputs = xstrdup(s);
else