Skip to content

Commit f42c7bb

Browse files
committed
remove trailing whitespace
1 parent 113d803 commit f42c7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/im2col.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ static void im2col_sycl(
8585
void ggml_sycl_op_im2col(ggml_backend_sycl_context & ctx, ggml_tensor *dst) {
8686
const ggml_tensor * src0 = dst->src[0];
8787
const ggml_tensor * src1 = dst->src[1];
88-
88+
8989
GGML_ASSERT(src0->type == GGML_TYPE_F16);
9090
GGML_ASSERT(src1->type == GGML_TYPE_F32);
9191
GGML_ASSERT(dst->type == GGML_TYPE_F16 || dst->type == GGML_TYPE_F32);

0 commit comments

Comments
 (0)