remove trailing whitespace

This commit is contained in:
xaedes 2023-05-14 17:38:16 +02:00
parent 1e6b5bf111
commit b81a09a152
No known key found for this signature in database
GPG key ID: 30030EDD817EA2B1

2
ggml.c
View file

@ -10470,7 +10470,7 @@ static void ggml_compute_forward_diag_mask_f32(
if (params->type == GGML_TASK_INIT || params->type == GGML_TASK_FINALIZE) {
return;
}
// TODO: handle transposed/permuted matrices
const int n = ggml_nrows(src0);