From 976dbbd363012dcc22b2492af909237242d0a121 Mon Sep 17 00:00:00 2001 From: Raul Torres Date: Thu, 4 Dec 2025 16:49:54 +0000 Subject: [PATCH] Remove trailing whitespace --- ggml/src/ggml-cann/ggml-cann.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-cann/ggml-cann.cpp b/ggml/src/ggml-cann/ggml-cann.cpp index a8e58e5235..7ba679cd1c 100644 --- a/ggml/src/ggml-cann/ggml-cann.cpp +++ b/ggml/src/ggml-cann/ggml-cann.cpp @@ -2207,7 +2207,7 @@ static bool is_matched_graph_in_cache(ggml_cann_graph_lru_cache & graph_cache, g // lambda for checking if all nodes of the current graph match some given properties. auto nodes_match_properties = [& cgraph](auto & properties) { auto n_nodes = cgraph->n_nodes; - + // Reject if the list sizes do not match. if (properties.size() != static_cast(n_nodes)) { return false;