diff options
author | 2017-05-31 17:56:48 +0000 | |
---|---|---|
committer | 2017-05-31 17:56:48 +0000 | |
commit | 86c3bb24fe4e348ca07c6093912d3452a8909ff7 (patch) | |
tree | 472fda678fe181dd2d00df722be9d2a9f8afe253 /usr.bin/tmux/screen-write.c | |
parent | use the standard OpenBSD license for new manual pages (diff) | |
download | wireguard-openbsd-86c3bb24fe4e348ca07c6093912d3452a8909ff7.tar.xz wireguard-openbsd-86c3bb24fe4e348ca07c6093912d3452a8909ff7.zip |
Style and spacing nits.
Diffstat (limited to 'usr.bin/tmux/screen-write.c')
-rw-r--r-- | usr.bin/tmux/screen-write.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/screen-write.c b/usr.bin/tmux/screen-write.c index 63f9985a5f3..c17bd959d9b 100644 --- a/usr.bin/tmux/screen-write.c +++ b/usr.bin/tmux/screen-write.c @@ -1,4 +1,4 @@ -/* $OpenBSD: screen-write.c,v 1.125 2017/05/30 21:44:59 nicm Exp $ */ +/* $OpenBSD: screen-write.c,v 1.126 2017/05/31 17:56:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -48,7 +48,7 @@ struct screen_write_collect_item { struct grid_cell gc; - TAILQ_ENTRY (screen_write_collect_item) entry; + TAILQ_ENTRY(screen_write_collect_item) entry; }; struct screen_write_collect_line { TAILQ_HEAD(, screen_write_collect_item) items; |