Style nits and line wrapping of function declarations.

This commit is contained in:
nicm
2015-12-11 16:37:21 +00:00
parent f2be3ad46f
commit 88bc8f3528
8 changed files with 66 additions and 66 deletions

View File

@ -1124,8 +1124,8 @@ status_prompt_key(struct client *c, key_code key)
}
if (c->prompt_flags & PROMPT_SINGLE) {
if (c->prompt_callbackfn(
c->prompt_data, c->prompt_buffer) == 0)
if (c->prompt_callbackfn(c->prompt_data,
c->prompt_buffer) == 0)
status_prompt_clear(c);
}