From afbcc86407a6aa585a859d8d42a1862b2a998ed6 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 30 May 2022 12:55:26 +0000 Subject: Spacing/style nits. --- usr.bin/tmux/cmd-queue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/tmux/cmd-queue.c') diff --git a/usr.bin/tmux/cmd-queue.c b/usr.bin/tmux/cmd-queue.c index dfed88a5cf4..15c4f7fe567 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.108 2022/05/30 12:48:57 nicm Exp $ */ +/* $OpenBSD: cmd-queue.c,v 1.109 2022/05/30 12:55:25 nicm Exp $ */ /* * Copyright (c) 2013 Nicholas Marriott @@ -126,7 +126,7 @@ cmdq_new(void) { struct cmdq_list *queue; - queue = xcalloc (1, sizeof *queue); + queue = xcalloc(1, sizeof *queue); TAILQ_INIT (&queue->list); return (queue); } -- cgit v1.2.3