From fa79e0d0dd5c821b10e32e7bcbecef427127e808 Mon Sep 17 00:00:00 2001 From: Gilad S Date: Tue, 15 Oct 2024 01:23:01 +0300 Subject: [PATCH] style: formatting --- ggml/src/ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index 4419ee951..b6ef146ba 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -19555,7 +19555,7 @@ void ggml_threadpool_free(struct ggml_threadpool* threadpool) { if (!threadpool) return; const int n_threads = threadpool->n_threads_max; - + #ifndef GGML_USE_OPENMP struct ggml_compute_state* workers = threadpool->workers;