fix indent

This commit is contained in:
Meng, Hengyu 2024-02-21 06:44:30 +00:00
parent b565737660
commit d464e4bfbe

View file

@ -15091,7 +15091,7 @@ ggml_backend_t ggml_backend_sycl_init(int device) {
ggml_backend_sycl_context * ctx = new ggml_backend_sycl_context {
/* .device = */ device,
/* .name = */ GGML_SYCL_NAME + std::to_string(device),
/* .name = */ GGML_SYCL_NAME + std::to_string(device),
};
ggml_backend_t sycl_backend = new ggml_backend {