Skip to content

Commit fa79e0d

Browse files
committed
style: formatting
1 parent 55298d2 commit fa79e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19555,7 +19555,7 @@ void ggml_threadpool_free(struct ggml_threadpool* threadpool) {
1955519555
if (!threadpool) return;
1955619556

1955719557
const int n_threads = threadpool->n_threads_max;
19558-
19558+
1955919559
#ifndef GGML_USE_OPENMP
1956019560
struct ggml_compute_state* workers = threadpool->workers;
1956119561

0 commit comments

Comments
 (0)