From 2812b35ce42992aa9e6693f01a8c157dfdad4400 Mon Sep 17 00:00:00 2001 From: Markus Tavenrath Date: Fri, 23 Aug 2024 09:01:46 +0200 Subject: [PATCH] remove trailing whitespace --- ggml/src/ggml-vulkan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-vulkan.cpp b/ggml/src/ggml-vulkan.cpp index ccf73cae1..84b591cc9 100644 --- a/ggml/src/ggml-vulkan.cpp +++ b/ggml/src/ggml-vulkan.cpp @@ -5843,7 +5843,7 @@ static bool ggml_vk_build_graph(ggml_backend_vk_context * ctx, ggml_tensor * nod // TODO probably it'd be better to pass a exit_node flag to ggml_vk_compute_forward if (last_node) { - compute_ctx->exit_tensor_idx = node_idx_begin; + compute_ctx->exit_tensor_idx = node_idx_begin; } else { compute_ctx->exit_tensor_idx = -1;