From: Georgi Gerganov Date: Thu, 24 Apr 2025 14:22:27 +0000 (+0300) Subject: ggml : fix trailing whitespaces (llama/0) X-Git-Tag: upstream/1.7.5+105~4 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fe4acb33e32920db91719064d2ce5b300bfb6c25;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ggml : fix trailing whitespaces (llama/0) --- diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index c8b2feff..2a39dc7b 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -4069,7 +4069,7 @@ struct ggml_tensor * ggml_conv_2d_dw_direct( int stride1, int pad0, int pad1, - int dilation0, + int dilation0, int dilation1) { GGML_ASSERT(a->ne[2] == 1); GGML_ASSERT(a->ne[3] == b->ne[2]);