diff options
author | 2019-09-10 07:50:33 +0000 | |
---|---|---|
committer | 2019-09-10 07:50:33 +0000 | |
commit | a267b926775744a37c8eb1d73420aa11652e3ac8 (patch) | |
tree | 705e2bee357285cbd49ce09700c3d042ebb5dd83 /usr.bin/tmux/cmd-queue.c | |
parent | Prevents the block size from exceeding the requested one when a huge (diff) | |
download | wireguard-openbsd-a267b926775744a37c8eb1d73420aa11652e3ac8.tar.xz wireguard-openbsd-a267b926775744a37c8eb1d73420aa11652e3ac8.zip |
Set up format tree for %if, GitHub issue 1896.
Diffstat (limited to 'usr.bin/tmux/cmd-queue.c')
-rw-r--r-- | usr.bin/tmux/cmd-queue.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-queue.c b/usr.bin/tmux/cmd-queue.c index f38907870b5..30f3b8e60b3 100644 --- a/usr.bin/tmux/cmd-queue.c +++ b/usr.bin/tmux/cmd-queue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-queue.c,v 1.74 2019/06/18 11:08:42 nicm Exp $ */ +/* $OpenBSD: cmd-queue.c,v 1.75 2019/09/10 07:50:33 nicm Exp $ */ /* * Copyright (c) 2013 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -102,7 +102,6 @@ cmdq_insert_after(struct cmdq_item *after, struct cmdq_item *item) } while (item != NULL); } - /* Insert a hook. */ void cmdq_insert_hook(struct session *s, struct cmdq_item *item, |