Skip to content

Commit 3ed5146

Browse files
committed
ggml : fix trailing whitespaces (#0)
1 parent c191ff0 commit 3ed5146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4069,7 +4069,7 @@ struct ggml_tensor * ggml_conv_2d_dw_direct(
40694069
int stride1,
40704070
int pad0,
40714071
int pad1,
4072-
int dilation0,
4072+
int dilation0,
40734073
int dilation1) {
40744074
GGML_ASSERT(a->ne[2] == 1);
40754075
GGML_ASSERT(a->ne[3] == b->ne[2]);

0 commit comments

Comments
 (0)