From b08c6b1ad82881227309390fbdcec62839116af9 Mon Sep 17 00:00:00 2001 From: zhangjidong <1119708529@qq.com> Date: Fri, 26 Jan 2024 10:45:34 +0800 Subject: [PATCH] fix tabs instead of spaces --- ggml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml.h b/ggml.h index 0f541b2e7..cf568b3e5 100644 --- a/ggml.h +++ b/ggml.h @@ -1494,7 +1494,7 @@ extern "C" { int d0, int d1, bool is_2D, - enum ggml_type dst_type); + enum ggml_type dst_type); GGML_API struct ggml_tensor * ggml_conv_depthwise_2d( struct ggml_context * ctx,