From eb51f3df2d7eaafedf163c51f6866a816314e7ff Mon Sep 17 00:00:00 2001 From: slaren Date: Sun, 23 Jul 2023 14:31:04 +0200 Subject: [PATCH] formatting --- ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml.c b/ggml.c index 142c881a2..747a39241 100644 --- a/ggml.c +++ b/ggml.c @@ -13035,7 +13035,7 @@ static void ggml_compute_forward_pool_2d_sk_p0( static void ggml_compute_forward_pool_2d( const struct ggml_compute_params * params, const struct ggml_tensor * src0, - struct ggml_tensor * dst) { + struct ggml_tensor * dst) { const int32_t * opts = (const int32_t *)dst->op_params; enum ggml_op_pool op = opts[0];