diff options
author | 2016-12-09 21:39:27 +0000 | |
---|---|---|
committer | 2016-12-09 21:39:27 +0000 | |
commit | 2bb2dba4efae314e63424c7f5ff1c8ee57c4c995 (patch) | |
tree | 915867ac8be6dac78c3815233fab41b1b6b1f640 /usr.bin/tmux/input.c | |
parent | Update the media as the last step in the SFP module configuration (diff) | |
download | wireguard-openbsd-2bb2dba4efae314e63424c7f5ff1c8ee57c4c995.tar.xz wireguard-openbsd-2bb2dba4efae314e63424c7f5ff1c8ee57c4c995.zip |
Spacing nits.
Diffstat (limited to 'usr.bin/tmux/input.c')
-rw-r--r-- | usr.bin/tmux/input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/input.c b/usr.bin/tmux/input.c index 8ff96327e74..853a390a6bd 100644 --- a/usr.bin/tmux/input.c +++ b/usr.bin/tmux/input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.105 2016/10/13 20:27:27 nicm Exp $ */ +/* $OpenBSD: input.c,v 1.106 2016/12/09 21:39:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -780,7 +780,7 @@ input_free(struct window_pane *wp) free(ictx->input_buf); evbuffer_free(ictx->since_ground); - free (ictx); + free(ictx); wp->ictx = NULL; } |