From 855645a023f42b162a09f05fa3d88fbb30a81152 Mon Sep 17 00:00:00 2001 From: Paul Tsochantaris Date: Sun, 28 Jan 2024 11:23:13 +0000 Subject: [PATCH] Spacing fix --- ggml-metal.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-metal.m b/ggml-metal.m index f05d9d331..53fed834a 100644 --- a/ggml-metal.m +++ b/ggml-metal.m @@ -242,7 +242,7 @@ static struct ggml_metal_context * ggml_metal_init(int n_cb) { ctx->queue = [ctx->device newCommandQueue]; ctx->d_queue = dispatch_queue_create("ggml-metal", DISPATCH_QUEUE_CONCURRENT); - id metal_library; + id metal_library; // load library {