mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 09:14:22 +01:00
Remove trailing newlines, spaces, and tabs.
No binary change.
This commit is contained in:
parent
85e0d8a221
commit
74749e8705
@ -77,4 +77,3 @@ cmd_attach_session_exec(struct cmd *self, struct cmd_ctx *ctx)
|
||||
|
||||
return (1);
|
||||
}
|
||||
|
||||
|
2
grid.c
2
grid.c
@ -493,5 +493,3 @@ grid_move_cells(struct grid *gd, u_int dx, u_int px, u_int py, u_int nx)
|
||||
grid_put_cell(gd, xx, py, &grid_default_cell);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
1
names.c
1
names.c
@ -107,4 +107,3 @@ parse_window_name(const char *in)
|
||||
xfree(copy);
|
||||
return (name);
|
||||
}
|
||||
|
||||
|
@ -390,4 +390,3 @@ tty_term_flag(struct tty_term *term, enum tty_code_code code)
|
||||
log_fatalx("not a flag: %d", code);
|
||||
return (term->codes[code].value.flag);
|
||||
}
|
||||
|
||||
|
@ -88,4 +88,3 @@ tty_write_mode(struct window_pane *wp, int mode)
|
||||
tty_update_mode(&c->tty, mode);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user