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

View File

@ -1498,8 +1498,8 @@ window_copy_copy_pipe(struct window_pane *wp, struct session *sess,
void
window_copy_copy_selection(struct window_pane *wp, const char *bufname)
{
void* buf;
size_t len;
void *buf;
size_t len;
buf = window_copy_get_selection(wp, &len);
if (buf == NULL)