ggml-sycl.cpp: fix some trailing whitespaces

This commit is contained in:
Akarshan Biswas 2024-12-11 08:46:57 +05:30
parent 9129362c6f
commit 4b5470fcdd
No known key found for this signature in database
GPG key ID: 52A578A14B32134D

View file

@ -2487,7 +2487,6 @@ inline void ggml_sycl_op_mul_mat_sycl(
const int64_t ne10 = src1->ne[0];
const int64_t row_diff = row_high - row_low;
int id;