From 9fca82bee3b4daf12e1071bfad04b5a2eb841154 Mon Sep 17 00:00:00 2001 From: slaren Date: Tue, 29 Aug 2023 18:19:28 +0200 Subject: [PATCH] formatting --- ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml.c b/ggml.c index ade83d5ac..46ce4a581 100644 --- a/ggml.c +++ b/ggml.c @@ -11908,7 +11908,7 @@ static void ggml_compute_forward_diag_mask_f32( const int ith = params->ith; const int nth = params->nth; - const int n_past = ((int32_t *) dst->op_params)[0]; + const int n_past = ((int32_t *) dst->op_params)[0]; const bool inplace = src0->data == dst->data; GGML_ASSERT(n_past >= 0);