From 3a346592b879954ed2f291e013e06862b75b4053 Mon Sep 17 00:00:00 2001 From: Akarshan Biswas Date: Sat, 1 Feb 2025 09:48:29 +0530 Subject: [PATCH] argsort: add a space at the end of file --- ggml/src/ggml-sycl/argsort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-sycl/argsort.cpp b/ggml/src/ggml-sycl/argsort.cpp index 8047f7d47..9c88d7323 100644 --- a/ggml/src/ggml-sycl/argsort.cpp +++ b/ggml/src/ggml-sycl/argsort.cpp @@ -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__); -} \ No newline at end of file +}