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
2
grid.c
2
grid.c
|
|
@ -572,7 +572,7 @@ grid_string_cells(struct grid *gd, u_int px, u_int py, u_int nx,
|
|||
const struct grid_cell *gc;
|
||||
static struct grid_cell lastgc1;
|
||||
struct utf8_data ud;
|
||||
const char* data;
|
||||
const char *data;
|
||||
char *buf, code[128];
|
||||
size_t len, off, size, codelen;
|
||||
u_int xx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue