Skip to content

Commit c28a1b2

Browse files
committed
conv: add space before eof
1 parent 1ae304d commit c28a1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/conv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ void ggml_sycl_conv_transpose_1d(ggml_backend_sycl_context & ctx, ggml_tensor *
108108
GGML_SYCL_DEBUG("call %s\n", __func__);
109109
ggml_sycl_op_conv_transpose_1d(ctx, dst);
110110
GGML_SYCL_DEBUG("call %s done\n", __func__);
111-
}
111+
}

0 commit comments

Comments
 (0)