From bd71cdac0f53357d6f6562fb0a54be81afb91afd Mon Sep 17 00:00:00 2001 From: Chen Xi Date: Thu, 18 Jul 2024 07:19:24 +0000 Subject: [PATCH] file format issue Signed-off-by: Chen Xi --- ggml/src/ggml-sycl/dpct/helper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-sycl/dpct/helper.hpp b/ggml/src/ggml-sycl/dpct/helper.hpp index 09c0ef8d0..40ac8efc3 100644 --- a/ggml/src/ggml-sycl/dpct/helper.hpp +++ b/ggml/src/ggml-sycl/dpct/helper.hpp @@ -1035,7 +1035,7 @@ namespace dpct _cpu_device = _devs.size() - 1; } } - } + } void check_id(unsigned int id) const { if (id >= _devs.size())