From 53b13488637b589f42ca24bc23f0b635abda03e9 Mon Sep 17 00:00:00 2001 From: Paul Tsochantaris Date: Sun, 14 Jan 2024 18:39:31 +0000 Subject: [PATCH] Whitespace --- ggml-metal.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ggml-metal.m b/ggml-metal.m index 59e681a15..357ceffd9 100644 --- a/ggml-metal.m +++ b/ggml-metal.m @@ -2246,8 +2246,8 @@ static bool ggml_metal_graph_compute( GGML_METAL_LOG_INFO("%s: command buffer %d failed with status %lu\n", __func__, cb_idx, status); return false; } - } - + } + return true; } }