diff options
author | 2015-09-14 13:22:02 +0000 | |
---|---|---|
committer | 2015-09-14 13:22:02 +0000 | |
commit | b8aa9345cb39e9ee316735925518881480f8cde7 (patch) | |
tree | 70b7151e81980a75fa89d8886c942215fe3c0805 /usr.bin/tmux/screen-write.c | |
parent | use .Va for global variables, and .Vt where the type is included (diff) | |
download | wireguard-openbsd-b8aa9345cb39e9ee316735925518881480f8cde7.tar.xz wireguard-openbsd-b8aa9345cb39e9ee316735925518881480f8cde7.zip |
Remove some extra blank lines.
Diffstat (limited to 'usr.bin/tmux/screen-write.c')
-rw-r--r-- | usr.bin/tmux/screen-write.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/screen-write.c b/usr.bin/tmux/screen-write.c index d6254143eae..a646d8e57dd 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.73 2015/07/13 13:28:50 nicm Exp $ */ +/* $OpenBSD: screen-write.c,v 1.74 2015/09/14 13:22:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -46,7 +46,6 @@ screen_write_stop(unused struct screen_write_ctx *ctx) { } - /* Reset screen state. */ void screen_write_reset(struct screen_write_ctx *ctx) |