mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Various minor style and spacing nits.
This commit is contained in:
parent
e075198049
commit
4e956d545a
14 changed files with 21 additions and 21 deletions
|
|
@ -62,7 +62,7 @@ cmd_load_buffer_exec(struct cmd *self, struct cmd_q *cmdq)
|
|||
path = args->argv[0];
|
||||
if (strcmp(path, "-") == 0) {
|
||||
error = server_set_stdin_callback(c, cmd_load_buffer_callback,
|
||||
(void*)bufname, &cause);
|
||||
(void *)bufname, &cause);
|
||||
if (error != 0) {
|
||||
cmdq_error(cmdq, "%s: %s", path, cause);
|
||||
free(cause);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue