Răsfoiți Sursa

ggml : remove trailing whitespace (#0)

Georgi Gerganov 6 luni în urmă
părinte
comite
a6a47958a1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      ggml/src/ggml.c

+ 1 - 1
ggml/src/ggml.c

@@ -4458,7 +4458,7 @@ static struct ggml_tensor * ggml_interpolate_impl(
         int64_t               ne3,
         int64_t               ne3,
         uint32_t              mode) {
         uint32_t              mode) {
     GGML_ASSERT((mode & 0xFF) < GGML_SCALE_MODE_COUNT);
     GGML_ASSERT((mode & 0xFF) < GGML_SCALE_MODE_COUNT);
-    
+
     struct ggml_tensor * result = ggml_new_tensor_4d(ctx, a->type, ne0, ne1, ne2, ne3);
     struct ggml_tensor * result = ggml_new_tensor_4d(ctx, a->type, ne0, ne1, ne2, ne3);
 
 
     ggml_set_op_params_i32(result, 0, (int32_t)mode);
     ggml_set_op_params_i32(result, 0, (int32_t)mode);