style: formatting

This commit is contained in:
Gilad S 2024-10-15 01:23:01 +03:00
parent 55298d2530
commit fa79e0d0dd

View file

@ -19555,7 +19555,7 @@ void ggml_threadpool_free(struct ggml_threadpool* threadpool) {
if (!threadpool) return; if (!threadpool) return;
const int n_threads = threadpool->n_threads_max; const int n_threads = threadpool->n_threads_max;
#ifndef GGML_USE_OPENMP #ifndef GGML_USE_OPENMP
struct ggml_compute_state* workers = threadpool->workers; struct ggml_compute_state* workers = threadpool->workers;