Fix trailing whitespace

This commit is contained in:
Xiangyan Sun 2025-12-01 23:18:05 -08:00
parent b6b662955d
commit 04bd26058b
1 changed files with 1 additions and 1 deletions

View File

@ -3328,7 +3328,7 @@ static void evaluate_cuda_graph(ggml_backend_cuda_context * cuda_ctx, ggml_cuda_
} }
#endif #endif
prev_i = i; prev_i = i;
if (ggml_is_empty(node) || node->op == GGML_OP_RESHAPE || node->op == GGML_OP_TRANSPOSE || node->op == GGML_OP_VIEW || node->op == GGML_OP_PERMUTE || node->op == GGML_OP_NONE) { if (ggml_is_empty(node) || node->op == GGML_OP_RESHAPE || node->op == GGML_OP_TRANSPOSE || node->op == GGML_OP_VIEW || node->op == GGML_OP_PERMUTE || node->op == GGML_OP_NONE) {
continue; continue;
} }