From: Georgi Gerganov Date: Tue, 1 Jul 2025 08:05:48 +0000 (+0300) Subject: ggml : remove trailing whitespace (llama/0) X-Git-Tag: upstream/1.7.6~3 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c4ea72be9a8daa0a09fcea7cad378d2a147ac7d9;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ggml : remove trailing whitespace (llama/0) --- diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index b499f378..c51cb57c 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -4458,7 +4458,7 @@ static struct ggml_tensor * ggml_interpolate_impl( int64_t ne3, uint32_t mode) { GGML_ASSERT((mode & 0xFF) < GGML_SCALE_MODE_COUNT); - + struct ggml_tensor * result = ggml_new_tensor_4d(ctx, a->type, ne0, ne1, ne2, ne3); ggml_set_op_params_i32(result, 0, (int32_t)mode);