Skip to content

Commit 976dbbd

Browse files
committed
Remove trailing whitespace
1 parent befefda commit 976dbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cann/ggml-cann.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2207,7 +2207,7 @@ static bool is_matched_graph_in_cache(ggml_cann_graph_lru_cache & graph_cache, g
22072207
// lambda for checking if all nodes of the current graph match some given properties.
22082208
auto nodes_match_properties = [& cgraph](auto & properties) {
22092209
auto n_nodes = cgraph->n_nodes;
2210-
2210+
22112211
// Reject if the list sizes do not match.
22122212
if (properties.size() != static_cast<size_t>(n_nodes)) {
22132213
return false;

0 commit comments

Comments
 (0)