mirror of
https://github.com/tmux/tmux.git
synced 2025-09-10 05:03:17 +00:00
Some style nits.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user