summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/window-buffer.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2017-05-31 17:56:48 +0000
committernicm <nicm@openbsd.org>2017-05-31 17:56:48 +0000
commit86c3bb24fe4e348ca07c6093912d3452a8909ff7 (patch)
tree472fda678fe181dd2d00df722be9d2a9f8afe253 /usr.bin/tmux/window-buffer.c
parentuse the standard OpenBSD license for new manual pages (diff)
downloadwireguard-openbsd-86c3bb24fe4e348ca07c6093912d3452a8909ff7.tar.xz
wireguard-openbsd-86c3bb24fe4e348ca07c6093912d3452a8909ff7.zip
Style and spacing nits.
Diffstat (limited to 'usr.bin/tmux/window-buffer.c')
-rw-r--r--usr.bin/tmux/window-buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/window-buffer.c b/usr.bin/tmux/window-buffer.c
index 66355d84cc8..0782227cc96 100644
--- a/usr.bin/tmux/window-buffer.c
+++ b/usr.bin/tmux/window-buffer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: window-buffer.c,v 1.2 2017/05/31 15:26:41 nicm Exp $ */
+/* $OpenBSD: window-buffer.c,v 1.3 2017/05/31 17:56:48 nicm Exp $ */
/*
* Copyright (c) 2017 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -199,7 +199,7 @@ window_buffer_draw(__unused void *modedata, void *itemdata, u_int sx, u_int sy)
screen_write_start(&ctx, NULL, &s);
screen_write_clearscreen(&ctx, 8);
- pdata = end = paste_buffer_data (pb, &psize);
+ pdata = end = paste_buffer_data(pb, &psize);
for (i = 0; i < sy; i++) {
at = 0;
while (end != pdata + psize && *end != '\n') {