From fb2e66e82581d101de0f78c55d2a2f471b8d25ed Mon Sep 17 00:00:00 2001 From: Akarshan Biswas Date: Tue, 10 Dec 2024 17:12:13 +0530 Subject: [PATCH] add a newline at the end of the file --- ggml/src/ggml-sycl/mmq.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-sycl/mmq.cpp b/ggml/src/ggml-sycl/mmq.cpp index 2d18369e6..fd1999433 100644 --- a/ggml/src/ggml-sycl/mmq.cpp +++ b/ggml/src/ggml-sycl/mmq.cpp @@ -3034,4 +3034,4 @@ catch (sycl::exception const &exc) { << ", line:" << __LINE__ << std::endl; std::exit(1); } -#pragma clang diagnostic pop \ No newline at end of file +#pragma clang diagnostic pop