diff options
author | nicm <nicm> | 2014-09-01 21:50:18 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-09-01 21:50:18 +0000 |
commit | 4e956d545a52fe6b8310cfb30a26a89976d55cd9 (patch) | |
tree | 844bd6314773b818cfaa7158a7b9e58347f30085 /grid.c | |
parent | e07519804957d5c41aa70e7f1132e29fe5f84862 (diff) | |
download | rtmux-4e956d545a52fe6b8310cfb30a26a89976d55cd9.tar.gz rtmux-4e956d545a52fe6b8310cfb30a26a89976d55cd9.tar.bz2 rtmux-4e956d545a52fe6b8310cfb30a26a89976d55cd9.zip |
Various minor style and spacing nits.
Diffstat (limited to 'grid.c')
-rw-r--r-- | grid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |