From d2ecac551dff51629de02f940f80b3f3dcac7b1b Mon Sep 17 00:00:00 2001 From: "Meng, Hengyu" Date: Tue, 2 Apr 2024 07:57:17 +0000 Subject: [PATCH] fix indent --- ggml-sycl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index 8910effcf..e520fd665 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -17032,7 +17032,7 @@ GGML_CALL static bool ggml_backend_sycl_supports_op(ggml_backend_t backend, cons a_type == GGML_TYPE_IQ3_XXS || a_type == GGML_TYPE_IQ3_S || a_type == GGML_TYPE_IQ1_S) { return false; - } + } #endif return true; } break;