From 20b85c03e751b4876fa3c92040464e483172b746 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Wed, 3 Jul 2024 19:03:11 +0200 Subject: manual format adjustment --- src/prioq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/prioq.c') diff --git a/src/prioq.c b/src/prioq.c index 7cd29e8..1d3beb2 100644 --- a/src/prioq.c +++ b/src/prioq.c @@ -3,9 +3,9 @@ #include "alloc.h" #include "genalloc.h" -GEN_ALLOC_readyplus(prioq, struct prioq_elt, p, len, a, i, n, x, 100, prioq_readyplus) +GEN_ALLOC_readyplus(prioq, struct prioq_elt, p, len, a, i, n, x, 100, prioq_readyplus); - int prioq_insert(prioq *pq, struct prioq_elt *pe) +int prioq_insert(prioq *pq, struct prioq_elt *pe) { int i; int j; -- cgit v1.2.3