mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Style and comment fixes from Tiago Cunha.
This commit is contained in:
parent
66829ee12e
commit
994cb872cf
3 changed files with 3 additions and 4 deletions
2
grid.c
2
grid.c
|
|
@ -644,7 +644,7 @@ grid_string_cells(struct grid *gd, u_int px, u_int py, u_int nx,
|
|||
if (trim) {
|
||||
while (off > 0 && buf[off - 1] == ' ')
|
||||
off--;
|
||||
}
|
||||
}
|
||||
buf[off] = '\0';
|
||||
|
||||
return (buf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue