Style nit - no space between function name and bracket.

This commit is contained in:
nicm
2014-02-14 13:59:01 +00:00
parent bfb700cf41
commit f835be4bb2
7 changed files with 26 additions and 26 deletions

2
grid.c
View File

@ -749,7 +749,7 @@ grid_reflow_split(struct grid *dst, u_int *py, struct grid_line *src_gl,
dst_gl->flags |= GRID_LINE_WRAPPED;
/* Copy the data. */
memcpy (&dst_gl->celldata[0], &src_gl->celldata[offset],
memcpy(&dst_gl->celldata[0], &src_gl->celldata[offset],
to_copy * sizeof dst_gl->celldata[0]);
/* Move offset and reduce old line size. */