diff --git a/ggml.c b/ggml.c index 023077ca6..8bfb9531e 100644 --- a/ggml.c +++ b/ggml.c @@ -11012,7 +11012,7 @@ static void ggml_compute_forward_concat_f32( static void ggml_compute_forward_concat( const struct ggml_compute_params * params, - struct ggml_tensor* dst) { + struct ggml_tensor * dst) { const struct ggml_tensor * src0 = dst->src[0];