Skip to content

Commit b97bd67

Browse files
threadpool: fix indent in set_threadpool call
1 parent c6c27b1 commit b97bd67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-backend.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,8 +912,8 @@ void ggml_backend_cpu_set_threadpool(ggml_backend_t backend_cpu, ggml_threadpool
912912
struct ggml_backend_cpu_context * ctx = (struct ggml_backend_cpu_context *)backend_cpu->context;
913913

914914
if (ctx->threadpool && ctx->threadpool != threadpool) {
915-
// already had a different threadpool, pause/suspend it before switching
916-
ggml_threadpool_pause(ctx->threadpool);
915+
// already had a different threadpool, pause/suspend it before switching
916+
ggml_threadpool_pause(ctx->threadpool);
917917
}
918918
ctx->threadpool = threadpool;
919919
}

0 commit comments

Comments
 (0)