Skip to content

Commit 6e0ce38

Browse files
removed trailing whitespace
1 parent 38e6ed4 commit 6e0ce38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5348,7 +5348,7 @@ static void ggml_backend_sycl_device_event_free(ggml_backend_dev_t dev, ggml_bac
53485348

53495349
static void ggml_backend_sycl_device_event_synchronize(ggml_backend_dev_t dev, ggml_backend_event_t event) {
53505350
GGML_UNUSED(dev);
5351-
5351+
53525352
if (event == nullptr || event->context == nullptr) {
53535353
return;
53545354
}

0 commit comments

Comments
 (0)