fix tabs instead of spaces

This commit is contained in:
zhangjidong 2024-01-26 10:45:34 +08:00
parent d89e0e09d7
commit b08c6b1ad8

2
ggml.h
View file

@ -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,