diff options
author | nicm <nicm> | 2019-09-10 07:50:33 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-09-10 07:50:33 +0000 |
commit | 4b7e97ba533161e6130b957b91c9bb6aa3da7afa (patch) | |
tree | 2fa0b2ba0b04d18cf6d80055c7f68e8e3d3a5d9a /cmd-queue.c | |
parent | b6b7486423fe5f1f3b1971308393088b03dc4dc8 (diff) | |
download | rtmux-4b7e97ba533161e6130b957b91c9bb6aa3da7afa.tar.gz rtmux-4b7e97ba533161e6130b957b91c9bb6aa3da7afa.tar.bz2 rtmux-4b7e97ba533161e6130b957b91c9bb6aa3da7afa.zip |
Set up format tree for %if, GitHub issue 1896.
Diffstat (limited to 'cmd-queue.c')
-rw-r--r-- | cmd-queue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-queue.c b/cmd-queue.c index ef68d5d5..fa6999e8 100644 --- a/cmd-queue.c +++ b/cmd-queue.c @@ -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, |