Various minor style and spacing nits.

This commit is contained in:
nicm
2014-09-01 21:50:18 +00:00
parent e075198049
commit 4e956d545a
14 changed files with 21 additions and 21 deletions

2
grid.c
View File

@ -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;