argsort: add a space at the end of file

This commit is contained in:
Akarshan Biswas 2025-02-01 09:48:29 +05:30
parent 51bedb847e
commit 3a346592b8
No known key found for this signature in database
GPG key ID: 52A578A14B32134D

View file

@ -125,4 +125,4 @@ void ggml_sycl_argsort(ggml_backend_sycl_context & ctx, ggml_tensor * dst) {
GGML_SYCL_DEBUG("call %s\n", __func__);
ggml_sycl_op_argsort(ctx, dst);
GGML_SYCL_DEBUG("call %s done\n", __func__);
}
}