Skip to content

Commit 9c894d4

Browse files
committed
argsort: add a space at the end of file
1 parent 414e60e commit 9c894d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/argsort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ void ggml_sycl_argsort(ggml_backend_sycl_context & ctx, ggml_tensor * dst) {
125125
GGML_SYCL_DEBUG("call %s\n", __func__);
126126
ggml_sycl_op_argsort(ctx, dst);
127127
GGML_SYCL_DEBUG("call %s done\n", __func__);
128-
}
128+
}

0 commit comments

Comments
 (0)