mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 08:18:48 +00:00
A couple more spacing fixes.
This commit is contained in:
parent
caa8703a23
commit
d589be6c65
@ -579,7 +579,7 @@ cmd_parse_get_error(const char *file, u_int line, const char *error)
|
||||
if (file == NULL)
|
||||
s = xstrdup(error);
|
||||
else
|
||||
xasprintf (&s, "%s:%u: %s", file, line, error);
|
||||
xasprintf(&s, "%s:%u: %s", file, line, error);
|
||||
return (s);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user