From d18245e57a01d0d27e4d1721836560d0b474d421 Mon Sep 17 00:00:00 2001 From: Daniel Kuntz <> Date: Thu, 8 Jun 2023 10:54:11 -0400 Subject: [PATCH] Fixed indent --- ggml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml.h b/ggml.h index 762ec16c0..57aa2cb9b 100644 --- a/ggml.h +++ b/ggml.h @@ -513,7 +513,7 @@ extern "C" { GGML_API const char * ggml_get_name(const struct ggml_tensor * tensor); GGML_API void ggml_set_name(struct ggml_tensor * tensor, const char * name); -GGML_API void ggml_set_layer_num(struct ggml_tensor * tensor, int layer_num); + GGML_API void ggml_set_layer_num(struct ggml_tensor * tensor, int layer_num); // // operations on tensors with backpropagation